Skip to content
Grok

Tailscale Compute for Grok

io.github.dylantirandaz/tailscale-compute

Run builds, tests, and benchmarks on your own Tailscale compute node.

client:Grok transport:stdio runtime:npm

Install Tailscale Compute in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "tailscale-compute": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dylantirandaz/tailscale-compute-mcp"
      ],
      "env": {
        "TAILSCALE_COMPUTE_HOST": "<TAILSCALE_COMPUTE_HOST>",
        "TAILSCALE_COMPUTE_LOCAL_ROOT": "<TAILSCALE_COMPUTE_LOCAL_ROOT>",
        "TAILSCALE_COMPUTE_REMOTE_ROOT": "<TAILSCALE_COMPUTE_REMOTE_ROOT>",
        "TAILSCALE_COMPUTE_REMOTE_SHELL": "<TAILSCALE_COMPUTE_REMOTE_SHELL>",
        "TAILSCALE_COMPUTE_CONNECT_TIMEOUT_SECONDS": "<TAILSCALE_COMPUTE_CONNECT_TIMEOUT_SECONDS>",
        "TAILSCALE_COMPUTE_AUDIT_LOG": "<TAILSCALE_COMPUTE_AUDIT_LOG>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Tailscale Compute in other clients