Skip to content
Claude Desktop

Claude Code Bridge from Essential AI Solutions (essentialai.uk) for Claude Desktop

io.github.eaisdevelopment/cc-bridge-mcp-server

MCP bridge for inter-session communication between Claude Code instances

client:Claude Desktop transport:stdio runtime:npm

Install Claude Code Bridge from Essential AI Solutions (essentialai.uk) in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cc-bridge-mcp-server": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Claude Code Bridge from Essential AI Solutions (essentialai.uk) in other clients