Skip to main content
Glama

Tailscale MCP Server

manage_keys

Control Tailscale authentication keys by listing, creating, or deleting them, with options to set expiry, capabilities, and device-specific configurations for secure network access.

Instructions

Manage Tailscale authentication keys

Input Schema

NameRequiredDescriptionDefault
keyConfigNoKey configuration (for create operation)
keyIdNoAuthentication key ID (for delete operation)
operationYesKey management operation

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "keyConfig": { "additionalProperties": false, "description": "Key configuration (for create operation)", "properties": { "capabilities": { "additionalProperties": false, "properties": { "devices": { "additionalProperties": false, "properties": { "create": { "additionalProperties": false, "properties": { "ephemeral": { "type": "boolean" }, "preauthorized": { "type": "boolean" }, "reusable": { "type": "boolean" }, "tags": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "description": { "type": "string" }, "expirySeconds": { "type": "number" } }, "type": "object" }, "keyId": { "description": "Authentication key ID (for delete operation)", "type": "string" }, "operation": { "description": "Key management operation", "enum": [ "list", "create", "delete" ], "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