Cursor¶
Cursor's MCP integration is also bearer-token + URL.
Configuration¶
In Cursor: Settings → MCP → Add new server (the wording moves between versions; look for "Model Context Protocol" or "MCP").
{
"name": "chordia-compass",
"transport": "sse",
"url": "https://mcp.chordia.ai/sse",
"headers": {
"Authorization": "Bearer YOUR_APPLICATION_KEY"
}
}
Save. The 12 tools should appear in Cursor's tool palette.
Tips¶
- Cursor caches the tool list per session; if you just minted a key and the tools aren't showing up, restart Cursor.
- Like Claude Desktop, point
urlathttp://localhost:8001/sseto test locally.