# ntfy-mcp-server - Environment Configuration
# General server settings
NODE_ENV=development
LOG_LEVEL=debug
LOG_FILE_DIR=/path/to/logs
# Rate limiting
RATE_LIMIT_WINDOW_MS=60000
RATE_LIMIT_MAX_REQUESTS=100
# Ntfy configuration
NTFY_API_KEY=your_api_key_here
NTFY_BASE_URL=https://ntfy.sh
NTFY_DEFAULT_TOPIC=ATLAS # ATLAS is a topic I've reserved for another project of mine - anyone can publish & subscribe to it, to use for testing, etc.
NTFY_MAX_RETRIES=3
NTFY_MAX_MESSAGE_SIZE=4096
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/cyanheads/ntfy-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server