We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alayonyo/mcp-resume'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
// Type definitions for shared-config.js
interface CorsOptions {
origin: string[];
credentials: boolean;
optionsSuccessStatus: number;
methods: string[];
allowedHeaders: string[];
}
export const isDevelopment: boolean;
export const corsOptions: CorsOptions;
export const allowedOrigins: string[];