Tailscale Compute for Claude Code
io.github.dylantirandaz/tailscale-compute
Run builds, tests, and benchmarks on your own Tailscale compute node.
client:Claude Code
transport:stdio
runtime:npm
Install Tailscale Compute in Claude Code
run in your project directory
claude mcp add tailscale-compute -e TAILSCALE_COMPUTE_HOST=<TAILSCALE_COMPUTE_HOST> -e TAILSCALE_COMPUTE_LOCAL_ROOT=<TAILSCALE_COMPUTE_LOCAL_ROOT> -e TAILSCALE_COMPUTE_REMOTE_ROOT=<TAILSCALE_COMPUTE_REMOTE_ROOT> -e TAILSCALE_COMPUTE_REMOTE_SHELL=<TAILSCALE_COMPUTE_REMOTE_SHELL> -e TAILSCALE_COMPUTE_CONNECT_TIMEOUT_SECONDS=<TAILSCALE_COMPUTE_CONNECT_TIMEOUT_SECONDS> -e TAILSCALE_COMPUTE_AUDIT_LOG=<TAILSCALE_COMPUTE_AUDIT_LOG> -- npx -y @dylantirandaz/tailscale-compute-mcp
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs