We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/revskill10/hello-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
config.ts•366 B
/**
* General configuration for MCP service
*/
export const mcpConfig = {
projectName: "mcp-starter",
// Using a real project URL (https://ui.stackzero.co) for demonstrations. Replace with your actual project URL.
baseUrl: "https://ui.stackzero.co",
registryUrl: "https://ui.stackzero.co/r",
registryFileUrl: "https://ui.stackzero.co/registry.json",
};