Hi team, I'm having trouble getting the hosted Appwrite docs MCP working in Cursor on Windows.
Environment
IDE: Cursor (latest) OS: Windows 11 Node: v24.15.0 appwrite-api MCP works fine (3 tools, 1 resource) appwrite-docs MCP fails consistently Config tried
Official direct URL (current):
"appwrite-docs": { "url": "https://mcp-for-docs.appwrite.io" } Also tried the mcp-remote bridge:
"appwrite-docs": { "command": "npx", "args": ["-y", "mcp-remote@latest", "https://mcp-for-docs.appwrite.io", "--transport", "http-only"] }
What happens
Cursor connects to Streamable HTTP, then fails with Session not found Cursor falls back to SSE SSE returns 400 Server shows Error in MCP settings; sometimes it briefly looks connected but lists "No tools, prompts, or resources"
Logs: (see image)
Direct endpoint checks
POST https://mcp-for-docs.appwrite.io → 500 POST https://mcp-for-docs.appwrite.io/mcp → 404 POST https://mcp-for-docs.appwrite.io/sse → 404 Questions
Is the hosted docs MCP currently healthy? These errors look server-side, not config-related. What's the correct Cursor config for Windows right now — direct url, or mcp-remote? Is there a known issue with Cursor's Streamable HTTP → SSE fallback for this endpoint?
cc <@743532656767270934>
hmm docs server should be stateless, let me try fix it - https://github.com/appwrite/mcp-for-docs/pull/18
let me know if u continue to face the issue
Recommended threads
- Custom domain for Google Auth
Hello! I connected my custom domain to my Appwrite project, but I can't get the Google login/consent screen to show my domain instead of the Appwrite domain. I...
- CLI - get Database Totals
Is there a way with the Appwrite CLI to get table row totals (count)❓
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...