Skip to content
Zed

Tailscale MCP Server for Zed

io.github.itunified-io/tailscale

Secure MCP access for private infrastructure over Tailscale — 48 tools across 9 domains

client:Zed transport:stdio runtime:npm

Install Tailscale MCP Server 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": {
    "tailscale": {
      "command": "npx",
      "args": [
        "-y",
        "tailscale-mcp"
      ],
      "env": {
        "TAILSCALE_API_KEY": "<TAILSCALE_API_KEY>",
        "TAILSCALE_OAUTH_CLIENT_ID": "<TAILSCALE_OAUTH_CLIENT_ID>",
        "TAILSCALE_OAUTH_CLIENT_SECRET": "<TAILSCALE_OAUTH_CLIENT_SECRET>",
        "TAILSCALE_TAILNET": "<TAILSCALE_TAILNET>"
      }
    }
  }
}

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

Tailscale MCP Server in other clients