Skip to main content
Glama
api-reference.d.ts2.52 kB
export declare const apiReference: { title: string; description: string; content: { catalogApi: { description: string; endpoints: { entities: { get: string; getById: string; getByName: string; create: string; update: string; delete: string; }; locations: { get: string; create: string; delete: string; }; analyze: { location: string; }; }; entityTypes: string[]; }; scaffolderApi: { description: string; endpoints: { templates: { get: string; getById: string; }; tasks: { create: string; get: string; list: string; }; actions: { list: string; }; }; }; techDocsApi: { description: string; endpoints: { docs: { get: string; metadata: string; }; sync: { post: string; }; }; }; authApi: { description: string; endpoints: { auth: { providers: string; refresh: string; }; permissions: { authorize: string; policies: string; }; }; }; searchApi: { description: string; endpoints: { search: { query: string; index: string; }; }; }; proxyApi: { description: string; endpoints: { proxy: string; }; }; }; clientLibraries: { catalog: string; scaffolder: string; techdocs: string; auth: string; search: string; }; graphqlApi: { endpoint: string; description: string; commonQueries: string[]; }; }; //# sourceMappingURL=api-reference.d.ts.map

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/PawelWaj/MCP'

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