Skip to main content
Glama

ntfy-me-mcp

logger.js469 B
export class Logger { static instance; constructor() { } static getInstance() { if (!Logger.instance) { Logger.instance = new Logger(); } return Logger.instance; } info(message) { console.error(`[NTFYME-LOG-INFO]: ${message}`); } warn(message) { console.error(`[NTFYME-LOG-WARNING]: ${message}`); } error(message) { 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