Skip to content

Getting Started

Welcome to MCP Notify! This section will help you get up and running with real-time MCP Registry notifications.

  • Installation


    Install the CLI tool, run the server, or deploy to the cloud

    Install now

  • Quick Start


    Get your first notification in under 5 minutes

    Quick start

  • First Subscription


    Create your first subscription and configure filters

    Create subscription

  • Configuration


    Configure the server, CLI, and notification channels

    Configuration

What is MCP Notify?

MCP Notify is a monitoring service that tracks changes in the official MCP Registry. It provides:

  • Real-time monitoring of the MCP Registry
  • Intelligent diff detection to identify what changed
  • Multi-channel notifications (Discord, Slack, Email, Telegram, Teams, Webhooks, RSS)
  • Flexible filtering by namespace, keywords, and change types
  • Multiple interfaces: Web dashboard, CLI, REST API, and MCP Server

Choose Your Path

Perfect for developers who prefer the command line:

Bash
go install github.com/nirholas/mcp-notify/cmd/mcp-notify-cli@latest
mcp-notify-cli watch

Build custom integrations with the REST API:

Bash
curl http://localhost:8080/api/v1/changes?limit=10

Add MCP Registry awareness to Claude or other AI assistants:

JSON
{
  "mcpServers": {
    "mcp-notify": {
      "command": "mcp-notify-mcp"
    }
  }
}

Run your own instance with Docker:

Bash
docker compose up -d

Next Steps

  1. Install the CLI or deploy the server
  2. Create your first subscription
  3. Explore notification channels
  4. Check out the API reference