Skip to main content
Glama

MCP Gemini API Server

by techkwon
logger.ts303 B
import pino from 'pino'; // stderr로 로그 출력 export const logger = pino({ level: process.env.DEBUG === 'true' ? 'debug' : 'info', formatters: { level: (label) => { return { level: label }; }, }, timestamp: () => `,"time":"${new Date().toISOString()}"`, }, process.stderr);

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/techkwon/mcp-gemini'

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