Skip to content
Cline

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

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

MCP bridge for inter-session communication between Claude Code instances

client:Cline transport:stdio runtime:npm

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

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

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