← All servers
🔧

NotifyHub — Unified Notification MCP ServerVerified🛡 No advisories

io.github.GabrielBBaldez/notify-hub
New to MCP? Start here →
1★ stars
0weekly installs
4 months agolast release

Provenancewhere it came from, and what was verified

Verified namespace

Published to the official MCP registry by github.com/gabrielbbaldez, which proved it owns this namespace.

Verified owner: github.com/gabrielbbaldezio.github.GabrielBBaldez/notify-hub

🛡 Permissions & trustwhat this server can touch before you run it

Secrets required
Needs NOTIFY_CHANNELS_EMAIL_USERNAME, NOTIFY_CHANNELS_EMAIL_PASSWORD, NOTIFY_CHANNELS_SMS_ACCOUNTSID, NOTIFY_CHANNELS_SMS_AUTHTOKEN, NOTIFY_CHANNELS_SLACK_WEBHOOKURL, NOTIFY_CHANNELS_TELEGRAM_BOTTOKEN, ….
Configuration
Reads NOTIFY_CHANNELS_EMAIL_HOST, NOTIFY_CHANNELS_EMAIL_PORT, NOTIFY_CHANNELS_EMAIL_FROM, NOTIFY_CHANNELS_SMS_FROMNUMBER, NOTIFY_CHANNELS_TELEGRAM_CHATID, NOTIFY_CHANNELS_LINKEDIN_ORGANIZATIONID, ….

About

Send notifications across 23 channels with 36 AI-ready tools. One API, zero boilerplate.

Packages & transports

dockerghcr.io/gabrielbbaldez/notify-hub:1.1.0vlatest · docker run

Metadata

Categorydevops
LicenseMIT
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "notify_hub": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/gabrielbbaldez/notify-hub:1.1.0"
      ]
    }
  }
}

▶ Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector docker run -i --rm ghcr.io/gabrielbbaldez/notify-hub:1.1.0