Skip to main content
Glama
index.tsโ€ข306 B
import { TailscaleMCPCLI } from "./cli.js"; import { logger } from "./logger.js"; async function main() { logger.info("Starting Tailscale MCP Server..."); const cli = new TailscaleMCPCLI(); await cli.run(); } main().catch((error) => { console.error("Fatal error:", error); process.exit(1); });

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