notifyd
Rank #2,995io.github.rmzlb/notifyd
Operate a self-hosted notifyd instance: digest, jobs, retries, suppressions, projects, test sends.
notifyd is a Model Context Protocol (MCP) server published by rmzlb. It ranks #2,995 of 132,046 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. notifyd is listed on Official MCP, with 5 tracked versions. It was first listed on Sep 5, 2026 and most recently updated on Sep 15, 2026.
Ranks ahead of 129,051 of 132,046 servers on MCP Toplist.
Use notifyd
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http notifyd https://{notifyd_host}/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add notifyd -e "DATABASE_URL=<your DATABASE_URL>" -e "JWT_SECRET=<your JWT_SECRET>" -e "ADMIN_API_KEY=<your ADMIN_API_KEY>" -e "EMAIL_PROVIDER=<your EMAIL_PROVIDER>" -e "EMAIL_FROM=<your EMAIL_FROM>" -- docker run -i --rm ghcr.io/rmzlb/notifyd:0.4.0Replace each placeholder with your own value before saving.
[mcp_servers.notifyd]
url = "https://{notifyd_host}/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.notifyd]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/rmzlb/notifyd:0.4.0"]
[mcp_servers.notifyd.env]
DATABASE_URL = "<your DATABASE_URL>"
JWT_SECRET = "<your JWT_SECRET>"
ADMIN_API_KEY = "<your ADMIN_API_KEY>"
EMAIL_PROVIDER = "<your EMAIL_PROVIDER>"
EMAIL_FROM = "<your EMAIL_FROM>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://{notifyd_host}/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"notifyd": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rmzlb/notifyd:0.4.0"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"JWT_SECRET": "<your JWT_SECRET>",
"ADMIN_API_KEY": "<your ADMIN_API_KEY>",
"EMAIL_PROVIDER": "<your EMAIL_PROVIDER>",
"EMAIL_FROM": "<your EMAIL_FROM>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"notifyd": {
"url": "https://{notifyd_host}/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"notifyd": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rmzlb/notifyd:0.4.0"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"JWT_SECRET": "<your JWT_SECRET>",
"ADMIN_API_KEY": "<your ADMIN_API_KEY>",
"EMAIL_PROVIDER": "<your EMAIL_PROVIDER>",
"EMAIL_FROM": "<your EMAIL_FROM>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"notifyd": {
"type": "http",
"url": "https://{notifyd_host}/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"notifyd": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rmzlb/notifyd:0.4.0"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"JWT_SECRET": "<your JWT_SECRET>",
"ADMIN_API_KEY": "<your ADMIN_API_KEY>",
"EMAIL_PROVIDER": "<your EMAIL_PROVIDER>",
"EMAIL_FROM": "<your EMAIL_FROM>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"notifyd": {
"serverUrl": "https://{notifyd_host}/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"notifyd": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rmzlb/notifyd:0.4.0"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"JWT_SECRET": "<your JWT_SECRET>",
"ADMIN_API_KEY": "<your ADMIN_API_KEY>",
"EMAIL_PROVIDER": "<your EMAIL_PROVIDER>",
"EMAIL_FROM": "<your EMAIL_FROM>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"notifyd": {
"url": "https://{notifyd_host}/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"notifyd": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rmzlb/notifyd:0.4.0"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"JWT_SECRET": "<your JWT_SECRET>",
"ADMIN_API_KEY": "<your ADMIN_API_KEY>",
"EMAIL_PROVIDER": "<your EMAIL_PROVIDER>",
"EMAIL_FROM": "<your EMAIL_FROM>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rmzlb%2Fnotifyd)<a href="https://mcptoplist.com/server/io.github.rmzlb%2Fnotifyd"><img src="https://mcptoplist.com/badge/io.github.rmzlb%2Fnotifyd.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
rmzlb
Available versions (5)
| Version | Published |
|---|---|
| 0.4.0 | Sep 15, 2026 |
| 0.3.0 | Sep 11, 2026 |
| 0.2.2 | Sep 6, 2026 |
| 0.2.1 | Sep 6, 2026 |
| 0.2.0 | Sep 5, 2026 |
Frequently asked questions
- Who maintains notifyd?
- notifyd is maintained by rmzlb, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is notifyd listed on the Official MCP Registry?
- Yes — notifyd is listed on the Official MCP Registry.
- How many versions does notifyd have?
- MCP Toplist tracks 5 versions of notifyd, most recently published on Sep 15, 2026.
- Where can I find the source code for notifyd?
- The source code for notifyd is hosted at github.com/rmzlb/notifyd.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.