We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kmio11/agent-timeline-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
export const API_BASE_URL = process.env.API_BASE_URL || 'http://localhost:3005/api';
// Server-Sent Events endpoint for real-time updates
export const SSE_EVENTS_URL = `${API_BASE_URL}/events`;