Run builds, tests, and benchmarks on your own Tailscale compute node.
claude mcp add tailscale-compute -- npx -y @dylantirandaz/tailscale-compute-mcp
claude_desktop_config.json
{
"mcpServers": {
"tailscale-compute": {
"command": "npx",
"args": [
"-y",
"@dylantirandaz/tailscale-compute-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tailscale-compute": {
"command": "npx",
"args": [
"-y",
"@dylantirandaz/tailscale-compute-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tailscale-compute": {
"command": "npx",
"args": [
"-y",
"@dylantirandaz/tailscale-compute-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"tailscale-compute": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dylantirandaz/tailscale-compute-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tailscale-compute": {
"command": "npx",
"args": [
"-y",
"@dylantirandaz/tailscale-compute-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.dylantirandaz--tailscale-compute/reviews or the review_server meta-tool.
POST /mcp