Skip to main content
Glama

Tailscale MCP Server

manage_dns

Configure and manage Tailscale DNS settings, including nameservers, search paths, and MagicDNS preferences, via the MCP server for streamlined network administration.

Instructions

Manage Tailscale DNS configuration

Input Schema

NameRequiredDescriptionDefault
magicDNSNoEnable/disable MagicDNS (for set_preferences operation)
nameserversNoDNS nameservers (for set_nameservers operation)
operationYesDNS operation to perform
searchPathsNoDNS search paths (for set_searchpaths operation)

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "magicDNS": { "description": "Enable/disable MagicDNS (for set_preferences operation)", "type": "boolean" }, "nameservers": { "description": "DNS nameservers (for set_nameservers operation)", "items": { "type": "string" }, "type": "array" }, "operation": { "description": "DNS operation to perform", "enum": [ "get_nameservers", "set_nameservers", "get_preferences", "set_preferences", "get_searchpaths", "set_searchpaths" ], "type": "string" }, "searchPaths": { "description": "DNS search paths (for set_searchpaths operation)", "items": { "type": "string" }, "type": "array" } }, "required": [ "operation" ], "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