Skip to main content
Glama

MCP Documentation Server

by mahawi1992
cache.ts317 B
import { Request, Response, NextFunction } from 'express'; export const cacheMiddleware = (duration: number) => { return (req: Request, res: Response, next: NextFunction) => { // Implement caching logic next(); }; }; export const clearCache = (): void => { // Implement cache clearing };

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/mahawi1992/mcp-documentation-server'

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