Skip to main content
Glama

Tailscale MCP Server

connect_network

Enable automated Tailscale network connections, manage subnet routes, DNS settings, and device hostnames using predefined configurations for streamlined network integration.

Instructions

Connect to the Tailscale network

Input Schema

NameRequiredDescriptionDefault
acceptDNSYesAccept DNS configuration from the network
acceptRoutesYesAccept subnet routes from other devices
advertiseRoutesNoCIDR routes to advertise to other devices
authKeyNoAuthentication key for unattended setup
hostnameNoSet a custom hostname for this device
loginServerNoCustom coordination server URL

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "acceptDNS": { "default": false, "description": "Accept DNS configuration from the network", "type": "boolean" }, "acceptRoutes": { "default": false, "description": "Accept subnet routes from other devices", "type": "boolean" }, "advertiseRoutes": { "description": "CIDR routes to advertise to other devices", "items": { "type": "string" }, "type": "array" }, "authKey": { "description": "Authentication key for unattended setup", "type": "string" }, "hostname": { "description": "Set a custom hostname for this device", "type": "string" }, "loginServer": { "description": "Custom coordination server URL", "type": "string" } }, "required": [ "acceptRoutes", "acceptDNS" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HexSleeves/tailscale-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server