Skip to content

claude bridge mcp for Zed

io.github.rahuljava2807/claude-bridge-mcp

Pipes Claude Code session output into Claude Chat — no more copy-paste between tools

client:Zed transport:stdio runtime:npm

Install claude bridge mcp in Zed

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

{
  "context_servers": {
    "claude-bridge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rahulonramp2807/claude-bridge-mcp"
      ]
    }
  }
}

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

claude bridge mcp in other clients