Skip to main content
Glama

Github Project Manager

api-error.ts306 B
/** * Error thrown when there's an issue with the OpenAI API */ export class ApiError extends Error { constructor( message: string, public readonly statusCode?: number, public readonly endpoint?: string, ) { super(message); this.name = 'ApiError'; } }

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/Monsoft-Solutions/model-context-protocols'

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