Skip to main content
Glama
cli.ts208 B
#!/usr/bin/env node import { main } from "./index.js"; import logger from "./utils/logger.js"; main().catch((error: unknown) => { logger.error({ error }, "Failed to start server"); 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/Laz1mov/mcp-inscription'

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