Tailscale Compute for Zed
io.github.dylantirandaz/tailscale-compute
Run builds, tests, and benchmarks on your own Tailscale compute node.
client:Zed
transport:stdio
runtime:npm
Install Tailscale Compute in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tailscale-compute": {
"command": "npx",
"args": [
"-y",
"@dylantirandaz/tailscale-compute-mcp"
],
"env": {
"TAILSCALE_COMPUTE_HOST": "<TAILSCALE_COMPUTE_HOST>",
"TAILSCALE_COMPUTE_LOCAL_ROOT": "<TAILSCALE_COMPUTE_LOCAL_ROOT>",
"TAILSCALE_COMPUTE_REMOTE_ROOT": "<TAILSCALE_COMPUTE_REMOTE_ROOT>",
"TAILSCALE_COMPUTE_REMOTE_SHELL": "<TAILSCALE_COMPUTE_REMOTE_SHELL>",
"TAILSCALE_COMPUTE_CONNECT_TIMEOUT_SECONDS": "<TAILSCALE_COMPUTE_CONNECT_TIMEOUT_SECONDS>",
"TAILSCALE_COMPUTE_AUDIT_LOG": "<TAILSCALE_COMPUTE_AUDIT_LOG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs