Skip to main content
Glama
cache.ts620 B
export const cacheTools = new Map([ [ 'setup_cache', { name: 'setup_cache', description: 'Setup caching layer (Redis, Memcached, etc.)', inputSchema: { type: 'object', properties: { type: { type: 'string', enum: ['redis', 'memcached', 'in-memory'] }, projectPath: { type: 'string', description: 'Project path' }, config: { type: 'object', description: 'Cache configuration' } }, required: ['type', 'projectPath'] }, async execute(args: any) { return `${args.type} cache setup completed`; } } ] ]);

Latest Blog Posts

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/Rajawatrajat/mcp-software-engineer'

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