Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NTFY_SINCE | No | Initial backlog cursor | 1h |
| NTFY_TOPIC | No | Topic to send/receive messages (required) | |
| NTFY_BASE_URL | No | ntfy server URL | https://ntfy.sh |
| NTFY_DATA_DIR | No | Directory for data files (logs, cache, lock) | ~/.nfty-mcp-server/ |
| NTFY_PASSWORD | No | Password for basic auth | |
| NTFY_USERNAME | No | Username for basic auth | |
| NTFY_AUTH_TOKEN | No | Bearer token for protected topics | |
| NTFY_CACHE_FILE | No | Custom path for message cache file | |
| NTFY_KILL_EXISTING | No | Kill existing server instances | true |
| NTFY_CLEAN_ON_STARTUP | No | Clear logs/cache on startup | true |
| NTFY_FETCH_TIMEOUT_MS | No | Fetch timeout in milliseconds | 10000 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |