Skip to main content
Glama

ntfy-me-mcp

logger.ts525 B
export class Logger { private static instance: Logger; private constructor() {} public static getInstance(): Logger { if (!Logger.instance) { Logger.instance = new Logger(); } return Logger.instance; } public info(message: string): void { console.error(`[NTFYME-LOG-INFO]: ${message}`); } public warn(message: string): void { console.error(`[NTFYME-LOG-WARNING]: ${message}`); } public error(message: string): void { console.error(`[NTFYME-LOG-ERROR]: ${message}`); } }

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/gitmotion/ntfy-me-mcp'

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