Claude Code Bridge from Essential AI Solutions (essentialai.uk) for Cursor
io.github.eaisdevelopment/cc-bridge-mcp-server
MCP bridge for inter-session communication between Claude Code instances
client:Cursor
transport:stdio
runtime:npm
Install Claude Code Bridge from Essential AI Solutions (essentialai.uk) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cc-bridge-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@essentialai/cc-bridge-mcp-server"
],
"env": {
"CC_BRIDGE_STATE_PATH": "<CC_BRIDGE_STATE_PATH>",
"CC_BRIDGE_TIMEOUT_MS": "<CC_BRIDGE_TIMEOUT_MS>",
"CC_BRIDGE_CHAR_LIMIT": "<CC_BRIDGE_CHAR_LIMIT>",
"CC_BRIDGE_LOG_LEVEL": "<CC_BRIDGE_LOG_LEVEL>",
"CC_BRIDGE_CLAUDE_PATH": "<CC_BRIDGE_CLAUDE_PATH>",
"CC_BRIDGE_STALE_TIMEOUT_MS": "<CC_BRIDGE_STALE_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs