We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nbrain-team/gpt5-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
cli.ts•279 B
#!/usr/bin/env node
// Minimal CLI entry for MCP stdio server. Do not print anything to stdout/stderr.
// Use explicit .js extension for Node ESM resolution after compilation.
// @ts-ignore - TypeScript may not resolve the .js path in source; runtime will.
import("./index.js");