Skip to main content
Glama

Github Project Manager

slack-api-error.ts305 B
/** * Error thrown when a Slack API request fails */ export class SlackApiError extends Error { constructor( message: string, public readonly endpoint?: string, public readonly statusCode?: number, ) { super(message); this.name = 'SlackApiError'; } }

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