Skip to main content
Glama

MCP Documentation Server

by mahawi1992
search.ts446 B
import { Router } from 'express'; import { searchController } from '../controllers/search'; import { rateLimitMiddleware } from '../middleware/rateLimit'; import { cacheMiddleware } from '../middleware/cache'; import { validateSearch } from '../middleware/validation'; const router = Router(); router.post('/', rateLimitMiddleware('search'), validateSearch, cacheMiddleware('search'), searchController ); 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