Skip to content
Windsurf

Tailscale RMCP for Windsurf

ai.dinglebear/tailscale-rmcp

Rust MCP server and CLI for Tailscale devices, users, keys, policies, and auth.

client:Windsurf transport:stdio runtime:npm

Install Tailscale RMCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tailscale-rmcp": {
      "command": "npx",
      "args": [
        "-y",
        "tailscale-rmcp"
      ],
      "env": {
        "TAILSCALE_API_KEY": "<TAILSCALE_API_KEY>",
        "TAILSCALE_RMCP_VERSION": "<TAILSCALE_RMCP_VERSION>",
        "TAILSCALE_RMCP_REPO": "<TAILSCALE_RMCP_REPO>",
        "TAILSCALE_RMCP_RELEASE_BASE_URL": "<TAILSCALE_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<RUST_LOG>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Tailscale RMCP in other clients