Skip to content
Windsurf

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

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

MCP bridge for inter-session communication between Claude Code instances

client:Windsurf transport:stdio runtime:npm

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

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

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