Skip to main content
Glama

OpenAPI MCP Server

by JacerOmri
logger.ts342 B
import pino from 'pino'; export function createLogger(name: string) { return pino({ enabled: process.env.NODE_ENV !== 'test', name, level: process.env.LOG_LEVEL || 'info', transport: { target: 'pino-pretty', options: { translateTime: 'HH:MM:ss Z', ignore: 'pid,hostname', }, }, }); }

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/JacerOmri/openapi-mcp-proxy'

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