Claude Code Bridge from Essential AI Solutions (essentialai.uk)
About
MCP bridge for inter-session communication between Claude Code instances
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CC_BRIDGE_STATE_PATH CC_BRIDGE_TIMEOUT_MS CC_BRIDGE_CHAR_LIMIT CC_BRIDGE_LOG_LEVEL CC_BRIDGE_CLAUDE_PATH CC_BRIDGE_STALE_TIMEOUT_MSClaude Code
claude mcp add --env CC_BRIDGE_STATE_PATH= --env CC_BRIDGE_TIMEOUT_MS= --env CC_BRIDGE_CHAR_LIMIT= --env CC_BRIDGE_LOG_LEVEL= --env CC_BRIDGE_CLAUDE_PATH= --env CC_BRIDGE_STALE_TIMEOUT_MS= cc-bridge-mcp-server -- npx @essentialai/cc-bridge-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"cc-bridge-mcp-server","command":"npx","args":["@essentialai/cc-bridge-mcp-server"],"env":{"CC_BRIDGE_STATE_PATH":"","CC_BRIDGE_TIMEOUT_MS":"","CC_BRIDGE_CHAR_LIMIT":"","CC_BRIDGE_LOG_LEVEL":"","CC_BRIDGE_CLAUDE_PATH":"","CC_BRIDGE_STALE_TIMEOUT_MS":""}}'
JSON
{
"mcpServers": {
"cc-bridge-mcp-server": {
"command": "npx",
"args": [
"@essentialai/cc-bridge-mcp-server"
],
"env": {
"CC_BRIDGE_STATE_PATH": "",
"CC_BRIDGE_TIMEOUT_MS": "",
"CC_BRIDGE_CHAR_LIMIT": "",
"CC_BRIDGE_LOG_LEVEL": "",
"CC_BRIDGE_CLAUDE_PATH": "",
"CC_BRIDGE_STALE_TIMEOUT_MS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.