Skip to main content
Glama

Tailscale MCP Server

docker-compose.ymlโ€ข556 B
version: "3.8" services: tailscale-mcp: build: . restart: unless-stopped container_name: tailscale-mcp-server networks: - mcp-network volumes: - ./logs:/app/logs environment: - TAILSCALE_API_KEY=${TAILSCALE_API_KEY} - TAILSCALE_TAILNET=${TAILSCALE_TAILNET} - MCP_SERVER_LOG_FILE=/app/logs/server.log - NODE_ENV=production healthcheck: test: ["CMD", "node", "-e", "process.exit(0)"] interval: 30s timeout: 10s retries: 3 networks: mcp-network: driver: bridge

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