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
{
"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