Claude Bridge for Cursor
io.github.constripacity/claude-code-bridge
Durable local-first MCP relay for independent coding agents.
client:Cursor
transport:stdio
runtime:pypi
Install Claude Bridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claude-code-bridge": {
"type": "stdio",
"command": "uvx",
"args": [
"claude-code-bridge"
],
"env": {
"CLAUDE_BRIDGE_DB": "<CLAUDE_BRIDGE_DB>",
"CLAUDE_BRIDGE_AUTH_TOKEN": "<CLAUDE_BRIDGE_AUTH_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs