Skip to content

Claude Bridge for Zed

io.github.constripacity/claude-code-bridge

Durable local-first MCP relay for independent coding agents.

client:Zed transport:stdio runtime:pypi

Install Claude Bridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "claude-code-bridge": {
      "command": "uvx",
      "args": [
        "claude-code-bridge"
      ],
      "env": {
        "CLAUDE_BRIDGE_DB": "<CLAUDE_BRIDGE_DB>",
        "CLAUDE_BRIDGE_AUTH_TOKEN": "<CLAUDE_BRIDGE_AUTH_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Claude Bridge in other clients