Tailscale MCP Server for Zed
io.github.yawlabs/tailscale-mcp
Tailscale MCP server for managing your tailnet from AI assistants
client:Zed
transport:stdio
runtime:npm
Install Tailscale MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tailscale-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/tailscale-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs