MCP Server
MCP
Tailscale Compute
Run builds, tests, and benchmarks on your own Tailscale compute node.
Install
npx -y @dylantirandaz/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@dylantirandaz/tailscale-compute-mcp",
"version": "0.1.0-beta.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SSH user and direct Tailscale IP address or full MagicDNS name.",
"isRequired": true,
"format": "string",
"name": "TAILSCALE_COMPUTE_HOST"
},
{
"description": "Absolute local project path. The default is the MCP process directory.",
"format": "string",
"name": "TAILSCALE_COMPUTE_LOCAL_ROOT"
},
{
"description": "Managed workspace root on the remote node. The default is .cache/tailscale-compute-mcp.",
"format": "string",
"name": "TAILSCALE_COMPUTE_REMOTE_ROOT"
},
{
"description": "Remote shell: auto, /bin/sh, /bin/bash, or /bin/zsh.",
"format": "string",
"name": "TAILSCALE_COMPUTE_REMOTE_SHELL"
},
{
"description": "SSH connection timeout from 1 through 60 seconds.",
"format": "string",
"name": "TAILSCALE_COMPUTE_CONNECT_TIMEOUT_SECONDS"
},
{
"description": "Local audit log path. The default is ~/.config/tailscale-compute-mcp/compute-audit.log.",
"format": "string",
"name": "TAILSCALE_COMPUTE_AUDIT_LOG"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment