We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nhevers/claude-recall'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Middleware.ts•451 B
/**
* Server Middleware - Re-exports and enhances existing middleware
*
* This module provides a unified interface for server middleware.
* Re-exports from worker/http/middleware.ts to maintain backward compatibility
* while providing a cleaner import path for server setup.
*/
// Re-export all middleware from the existing location
export {
createMiddleware,
requireLocalhost,
summarizeRequestBody
} from '../engine/http/middleware.js';