🔔 MCP Notify

Never miss a change in the MCP Registry. Get real-time notifications when new servers are added, existing ones are updated, or servers are removed.

Real-Time Monitoring

Continuous polling of the official MCP Registry with intelligent diff detection

🎯

Smart Filters

Filter by namespaces, keywords, and change types to get only relevant notifications

📡

7 Notification Channels

Discord, Slack, Email, Telegram, Teams, Webhooks, and RSS feeds

🛠️

CLI & API

Full-featured CLI tool and REST API for programmatic access

🤖

MCP Server

Native MCP server integration for AI assistants like Claude

🚀

Easy Deployment

One-click deploy to Railway, Docker Compose, or Kubernetes

Supported Notification Channels

💬 Discord
📱 Slack
📧 Email
✈️ Telegram
👥 Microsoft Teams
🔗 Webhooks
📰 RSS/Atom

Quick Start

Bash
# Install the CLI
go install github.com/nirholas/mcp-notify/cmd/mcp-notify-cli@latest

# Watch for changes in real-time
mcp-notify-cli watch

# Create a Discord subscription
mcp-notify-cli subscribe discord \
  --webhook-url "https://discord.com/api/webhooks/..." \
  --name "My MCP Alerts"

Full Installation Guide →