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