Skip to main content
Glama

1MCP Server

index.ts290 B
/** * Central barrel export for all constants * Maintains backward compatibility while allowing domain-specific imports */ // Re-export all constants from domain-specific modules export * from './api.js'; export * from './auth.js'; export * from './mcp.js'; export * from './paths.js';

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