Update MCP install links and tooling list - #3171
Conversation
Point the generic docs links in both MCP cards at the MCP servers page instead of the docs root. Refresh the one-click install list: - Cursor and VS Code now use their protocol/install handlers - Claude Desktop becomes Claude Code, linking to its agent docs page - Windsurf becomes Codex, linking to its agent docs page - Fix "VS code" casing Claude Code and Codex have no URL-scheme install, so they link to docs. Soften the "One-click install" heading to "Quick install" to match. Replace the Windsurf icon with an OpenAI mark for Codex, reusing the same asset the docs site ships. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Console (appwrite/console)Project ID: Tip Custom domains work with both CNAME for subdomains and NS records for apex domains |
Greptile SummaryThe PR refreshes the MCP tooling choices, install handlers, documentation destinations, labels, and Codex branding.
Confidence Score: 5/5The PR appears safe to merge because no blocking failure remains. No blocking failure remains. Important Files Changed
Reviews (2): Last reviewed commit: "Merge pull request #3172 from appwrite/m..." | Re-trigger Greptile |
| }, | ||
| { | ||
| href: 'https://appwrite.io/docs/tooling/mcp/claude', | ||
| href: 'https://appwrite.io/docs/tooling/ai/agents/claude-code', |
There was a problem hiding this comment.
Docs links resemble installers
Claude Code and Codex now open documentation, but both MCP cards render them identically to direct installers while promising deployment “with a single click.” This makes users expecting installation navigate to setup documentation without any label or external-link treatment that distinguishes the action.
Knowledge Base Used: Project overview and miscellaneous console pages
Prompt To Fix With AI
This is a comment left during a code review.
Path: src/routes/(console)/project-[region]-[project]/store.ts
Line: 88
Comment:
**Docs links resemble installers**
Claude Code and Codex now open documentation, but both MCP cards render them identically to direct installers while promising deployment “with a single click.” This makes users expecting installation navigate to setup documentation without any label or external-link treatment that distinguishes the action.
**Knowledge Base Used:** [Project overview and miscellaneous console pages](https://app.greptile.com/appwrite/-/custom-context/knowledge-base/appwrite/console/-/docs/project-overview-misc.md)
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
sync main into fix-mcp-links


What does this PR do?
Point the generic docs links in both MCP cards at the MCP servers page instead of the docs root.
Refresh the one-click install list:
Claude Code and Codex have no URL-scheme install, so they link to docs. Soften the "One-click install" heading to "Quick install" to match.
Replace the Windsurf icon with an OpenAI mark for Codex, reusing the same asset the docs site ships.
Test Plan
Visit the MCP Install section in the settings of a project
Related PRs and Issues
appwrite/website#3188
Have you read the Contributing Guidelines on issues?
Yes