Skip to main content
Glama
index.ts194 B
#!/usr/bin/env node import dotenv from "dotenv"; dotenv.config(); const mode = process.env.MCP_MODE || "stdio"; if (mode === "stdio") await import("./stdio.js"); else await import("./proxy.js");

Latest Blog Posts

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/blahkheart/unlock-mcp'

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