Describe the Bug
I have remote cloudflare MCP servers configured but the IDE can’t seem to detect them. I’ve re-started cursor many times but those tools still show a red dot next to them. I have a local only server (browsermcp) that doesn’t work either.
Steps to Reproduce
Configure MCP servers. Re-start Cursor. Ask cursor what tools it has access to. Should be able to see cloudflare, browsermcp etc…
{
“mcpServers”: {
“browsermcp”: {
“command”: “npx”,
“args”: [“@browsermcp/mcp@latest”]
},
“cloudflare-docs”: {
“command”: “npx”,
“args”: [“mcp-remote”, “https://docs.mcp.cloudflare.com/sse”]
},
“cloudflare-bindings”: {
“command”: “npx”,
“args”: [“mcp-remote”, “https://bindings.mcp.cloudflare.com/sse”]
}
}
}
Expected Behavior
When prompted to ask help design a CF worker, expect cursor to use the documentation
Screenshots / Screen Recordings
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.5.9 (Universal)
VSCode Version: 1.99.3
Commit: de327274300c6f38ec9f4240d11e82c3b0660b20
Date: 2025-08-30T21:02:27.236Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.6.0
Does this stop you from using Cursor
Yes - Cursor is unusable