Skip to content
Claude Desktop

Claude Bridge for Claude Desktop

io.github.constripacity/claude-code-bridge

Durable local-first MCP relay for independent coding agents.

client:Claude Desktop transport:stdio runtime:pypi

Install Claude Bridge 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": {
    "claude-code-bridge": {
      "command": "uvx",
      "args": [
        "claude-code-bridge"
      ],
      "env": {
        "CLAUDE_BRIDGE_DB": "<CLAUDE_BRIDGE_DB>",
        "CLAUDE_BRIDGE_AUTH_TOKEN": "<CLAUDE_BRIDGE_AUTH_TOKEN>"
      }
    }
  }
}

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

Claude Bridge in other clients