Skip to main content
Glama

Tailscale MCP Server

manage_network_lock

Control Tailscale network lock operations to manage key authority, enabling or disabling security features, and adding or removing authorized keys via the MCP server.

Instructions

Manage Tailscale network lock (key authority) for enhanced security

Input Schema

NameRequiredDescriptionDefault
keyIdNoKey ID for remove operations
operationYesNetwork lock operation to perform
publicKeyNoPublic key for add/remove operations

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "keyId": { "description": "Key ID for remove operations", "type": "string" }, "operation": { "description": "Network lock operation to perform", "enum": [ "status", "enable", "disable", "add_key", "remove_key", "list_keys" ], "type": "string" }, "publicKey": { "description": "Public key for add/remove operations", "type": "string" } }, "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