import type { CodeSnippet } from "../types/index.js";
/**
* In-memory cache to store snippets by ID for efficient retrieval
* Used by list_snippets and fetch_snippet_by_id commands
*/
export const snippetsCache: Record<string, CodeSnippet> = {};
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/pablof7z/mcp-code'
If you have feedback or need assistance with the MCP directory API, please join our Discord server