tailscale-scan
Manually scan the Tailscale network for bridgey agents. Shows discovered, new, and removed agents.
bridgey Tailscale Scan
Scan your tailnet for bridgey agents.
Steps
- Use the
tailscale_scanMCP tool withforce: trueto re-probe all peers. - Display the results to the user in a readable format:
- New agents — discovered for the first time this scan
- Known agents — previously discovered and still online
- Offline agents — previously discovered but not responding
- If no agents found, suggest:
- Check that other devices have bridgey running and configured with
/bridgey:tailscale-setup - Check
tailscale statusto verify devices are online - Check if any peers are in
exclude_peersconfig - Verify the remote daemon is bound to
0.0.0.0(not localhost) — localhost binding is not reachable over Tailscale - Check
probe_timeout_ms— slow daemons may need a higher timeout (default: 2000ms) - For containerized daemons: ensure the port is exposed on the host (e.g.,
ports: ["8092:8092"])
- Check that other devices have bridgey running and configured with