Home › Other › notifyd

notifyd

Operate a self-hosted notifyd instance: digest, jobs, retries, suppressions, projects, test sends.

Rust Remote
★ 13 stars Last pushed 2026-09-18 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://{notifyd_host}/mcp

Claude Code:

claude mcp add --transport http notifyd https://{notifyd_host}/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "notifyd": {
      "url": "https://{notifyd_host}/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <ADMIN_API_KEY> for full access, or Bearer <READONLY_API_KEY> for the read-only tool set

Package (oci)

Package: oci ghcr.io/rmzlb/notifyd:0.4.0

  • DATABASE_URL required secret — PostgreSQL connection string
  • JWT_SECRET required secret — Secret for subscriber tokens
  • ADMIN_API_KEY required secret — Operator key; also the Bearer token for /mcp
  • EMAIL_PROVIDER — resend | cloudflare | smtp | agentmail | log
  • EMAIL_FROM — Default sender address

Related servers

Data from the Official MCP Registry