Skip to main content
Glama
alpha.js225 B
const fixupAlpha = arr => { let some_defined = false; let res = arr.map(v => { if (v !== undefined) { some_defined = true; return v; } return 1; }); return some_defined ? res : arr; }; export { fixupAlpha };

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/MatheusgVentura/Project-One'

If you have feedback or need assistance with the MCP directory API, please join our Discord server