Skip to main content
Glama

1MCP Server

api.ts436 B
/** * API and server configuration constants */ // Server configuration export const PORT = 3050; export const HOST = '127.0.0.1'; // API endpoints export const SSE_ENDPOINT = '/sse'; export const MESSAGES_ENDPOINT = '/messages'; export const STREAMABLE_HTTP_ENDPOINT = '/mcp'; export const HEALTH_ENDPOINT = '/health'; // Connection retry settings export const CONNECTION_RETRY = { MAX_ATTEMPTS: 3, INITIAL_DELAY_MS: 1000, };

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/1mcp-app/agent'

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