teztun for Zed
io.github.asadullokhn/teztun
Manage TezTun tunnels, subdomains, and service tokens from any MCP-compatible AI client.
client:Zed
transport:stdio
runtime:npm
Install teztun in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"teztun": {
"command": "npx",
"args": [
"-y",
"@asadullokhn/teztun-mcp"
],
"env": {
"TEZTUN_TOKEN": "<TEZTUN_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs