Skip to main content
Glama

docs-mcp-server

index.ts340 B
import "dotenv/config"; import { runCli } from "./cli/main"; import { ensurePlaywrightBrowsersInstalled } from "./cli/utils"; // Ensure Playwright browsers are installed ensurePlaywrightBrowsersInstalled(); // Run the CLI runCli().catch((error) => { console.error(`🔥 Fatal error in main execution: ${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/arabold/docs-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server