Skip to main content
Glama
get-format.d.ts355 B
/** * @param {URL} url * @param {{parentURL: string}} context * @returns {string | null} */ export function defaultGetFormatWithoutErrors(url: URL, context: { parentURL: string; }): string | null; export type ProtocolHandler = (parsed: URL, context: { parentURL: string; source?: Buffer; }, ignoreErrors: boolean) => string | null | void;

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