Skip to main content
Glama
getObjectsListCache.tsâ€ĸ398 B
// In-memory cache for GetObjectsList type ObjectsListCacheType = any | null; class ObjectsListCache { private cache: ObjectsListCacheType = null; setCache(data: any) { this.cache = data; } getCache(): ObjectsListCacheType { return this.cache; } clearCache() { this.cache = null; } } export const objectsListCache = new ObjectsListCache();

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/fr0ster/mcp-abap-adt'

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