Skip to main content
Glama
logger.ts382 B
import { notifyTelegram } from "./telegram-notifier.js"; class Logger { info(message: string): void { console.log(message); } async warn(message: string): Promise<void> { console.warn(message); } async error(message: string): Promise<void> { console.error(message); await notifyTelegram(message); } } const logger = new Logger(); export { logger };

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/adimowis/appler'

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