Loading MCP server directory, please wait...
Operate a self-hosted notifyd instance: digest, jobs, retries, suppressions, projects, test sends.
npx @getmcp/cli add io.github.rmzlb/notifydRequires Docker Engine. Community-contributed server. Review source before installing.
DATABASE_URLPostgreSQL connection string
JWT_SECRETSecret for subscriber tokens
ADMIN_API_KEYOperator key; also the Bearer token for /mcp
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rmzlb/notifyd": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DATABASE_URL",
"-e",
"JWT_SECRET",
"-e",
"ADMIN_API_KEY",
"-e",
"EMAIL_PROVIDER",
"-e",
"EMAIL_FROM",
"ghcr.io/rmzlb/notifyd:0.2.0"
],
"env": {
"DATABASE_URL": "",
"JWT_SECRET": "",
"ADMIN_API_KEY": "",
"EMAIL_PROVIDER": "",
"EMAIL_FROM": ""
}
}
}
}Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends.
Rust MCP server and CLI for Gotify push notifications and message management.
Apprise notifications over MCP and CLI with authenticated stdio and HTTP transports.
Gotify notifications and app, client, and message management over MCP and CLI.