Add remote mcp docs + Grok Build docs - #3095
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Messaging handles push notifications, emails, and SMS through one unified API |
Greptile SummaryThis PR migrates all Appwrite MCP documentation from the local
Confidence Score: 4/5Documentation-only change; the remote server URL and OAuth flow are consistently applied across the agent pages, and the previously broken angle-bracket URLs are properly fixed. The three integration pages still use the server key appwrite while every dedicated agent docs page uses appwrite-api, which could leave users with duplicate entries if they follow both sets of docs. src/routes/integrations/mcp-claude/+page.markdoc, src/routes/integrations/mcp-cursor/+page.markdoc, src/routes/integrations/mcp-windsurf/+page.markdoc — server name should be aligned with the agent docs pages. Important Files Changed
Prompt To Fix All With AIFix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
src/routes/integrations/mcp-claude/+page.markdoc:59-70
**Inconsistent MCP server name across docs**
The integration pages (`mcp-claude`, `mcp-cursor`, `mcp-windsurf`) register the server under the name `"appwrite"`, while every agent docs page (`claude-code`, `cursor`, `windsurf`, `vscode`, `zed`, etc.) registers it as `"appwrite-api"`. A user who follows both sets of docs ends up with two differently-named entries pointing to the same remote URL. Standardising on a single name (e.g. `"appwrite-api"`) across all pages would prevent that duplication. The same pattern appears in `mcp-cursor/+page.markdoc` and `mcp-windsurf/+page.markdoc`.
Reviews (1): Last reviewed commit: "Add remote mcp docs" | Re-trigger Greptile |
- Rename server to `appwrite` and switch URL to https://mcp.appwrite.io/ across all agent guides, vibe-coding guides, integrations pages, blog, and changelog; regenerate Cursor deeplinks - Merge docs MCP server into the unified server (appwrite_search_docs); rewrite MCP server docs pages for the four-tool surface - Temporarily remove plugin sections from Claude Code, Codex, and Cursor guides and renumber steps - Remove outdated screenshots (old flat tool lists, uvx/API-key configs, retired docs server) and update Bolt screenshots - Add update notes and lastUpdated to older MCP and plugin announcements linking the changelog entry - Note self-hosted local setup is still supported in the announcement Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>


What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)