We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/toro1221/figmad-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•172 B
export { getConfig, isDebug, type Config } from './config.js';
export { logger, createLogger } from './logger.js';
export * from './errors.js';
export * from './utils.js';