Skip to main content
Glama
MIT License
27,120
19,789
  • Linux
  • Apple
http.ts•433 B
/** * HTTP response utilities for consistent API responses */ // Error response interface with request tracking export interface ErrorResponse { error: string; requestId: string; timestamp: string; } // Generate standardized error response export function createErrorResponse(message: string, requestId: string): ErrorResponse { return { error: message, requestId, timestamp: new Date().toISOString(), }; }

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/yamadashy/repomix'

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