This gives you an address like 100.64.x.x. Your agents on other machines will use this address instead of localhost.
Update Agent Configs
On each remote machine, point the agent at Mission Control’s Tailscale IP:
# Example for Claude Codeclaude mcp add mission-control http://100.64.x.x:4000/mcp
Make sure Mission Control binds to 0.0.0.0 (not just 127.0.0.1) in your docker-compose.yml:
ports: - "0.0.0.0:4000:4000"
Tailscale gives each machine a stable private IP that works across networks — no port forwarding or VPN config required. Your Mission Control traffic stays encrypted and never touches the public internet.