Odel
Tailscale Compute

Tailscale Compute

Local
@dylantirandaz1TypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@dylantirandaz/tailscale-compute-mcpv0.1.0-beta.3

Run

npx -y @dylantirandaz/tailscale-compute-mcp

MCP client config

{
  "mcpServers": {
    "tailscale-compute": {
      "command": "npx",
      "args": [
        "-y",
        "@dylantirandaz/tailscale-compute-mcp"
      ]
    }
  }
}