Skip to content
Zed

tunnel mcp for Zed

io.github.zachlikefolio/tunnel-mcp

Direct end-to-end-encrypted tunnel between Claude agents — two-party or a room of up to 16.

client:Zed transport:stdio runtime:npm

Install tunnel mcp 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": {
    "tunnel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tunnel-mcp"
      ],
      "env": {
        "TUNNEL_DOH": "<TUNNEL_DOH>"
      }
    }
  }
}

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

tunnel mcp in other clients