Skip to main content
Glama

MCP Documentation Server

by mahawi1992
analysis.ts458 B
import { Router } from 'express'; import { analysisController } from '../controllers/analysis'; import { rateLimitMiddleware } from '../middleware/rateLimit'; import { cacheMiddleware } from '../middleware/cache'; import { validateAnalysis } from '../middleware/validation'; const router = Router(); router.post('/', rateLimitMiddleware('analyze'), validateAnalysis, cacheMiddleware('analyze'), analysisController ); export default router;

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