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
- Scheduled functions (CRON) not firing — ...
Hi team — same symptom as a recent thread here where switching from a round cron expression to an offset-minute one fixed it. Project ID: 69fa56560037c7843a85 ...
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...