# Tailscale MCP Server Configuration
# Option 1: API Key Authentication
TAILSCALE_API_KEY=tskey-api-your-api-key-here
TAILSCALE_TAILNET=your-tailnet-name
# Option 2: OAuth Authentication
# TAILSCALE_CLIENT_ID=your-oauth-client-id
# TAILSCALE_CLIENT_SECRET=your-oauth-client-secret
# TAILSCALE_TAILNET=your-tailnet-name
# Notes:
# - Use either API key OR OAuth authentication, not both
# - TAILSCALE_TAILNET is optional and defaults to "-" (default tailnet)
# - For OAuth, both CLIENT_ID and CLIENT_SECRET must be provided
# - OAuth automatically grants "all:read" and "all:write" scopes
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/pnocera/tailscale-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server