Loading MCP server directory, please wait...
Run builds, tests, and benchmarks on your own Tailscale compute node.
npx @getmcp/cli add io.github.dylantirandaz/tailscale-computeRequires Node.js 18+. Community-contributed server. Review source before installing.
TAILSCALE_COMPUTE_HOSTSSH user and direct Tailscale IP address or full MagicDNS name.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dylantirandaz/tailscale-compute": {
"command": "npx",
"args": [
"-y",
"@dylantirandaz/tailscale-compute-mcp"
],
"env": {
"TAILSCALE_COMPUTE_HOST": "",
"TAILSCALE_COMPUTE_LOCAL_ROOT": "",
"TAILSCALE_COMPUTE_REMOTE_ROOT": "",
"TAILSCALE_COMPUTE_REMOTE_SHELL": "",
"TAILSCALE_COMPUTE_CONNECT_TIMEOUT_SECONDS": "",
"TAILSCALE_COMPUTE_AUDIT_LOG": ""
}
}
}
}