- Home
- MCP servers
- MCP Notify
MCP Notify
- go
13
GitHub Stars
go
Language
2 months ago
First Indexed
3 weeks ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
MCP Notify provides real-time monitoring of the MCP Registry and delivers instant notifications through multiple channels. It helps you track new servers, updates, and removals across the ecosystem, with flexible filtering and a full change audit trail to keep you informed.
How to use
You can use MCP Notify in hosted form or deploy it locally to monitor the MCP Registry in real time and receive alerts through your preferred channels. Start by choosing a subscription that matches your interests, such as specific namespaces or keywords, and select the notification channels you want to receive updates through (Discord, Slack, Email, Webhook, RSS/Atom, Telegram, Microsoft Teams). You can manage subscriptions and view changes via the REST API or the web dashboard, and you can embed the monitoring capability into your own tools using the Go SDK or the OpenAPI spec.
Hosted service usage
If you want a turnkey experience, you can use the hosted MCP Notify service. Create a webhook subscription via the API to start receiving notifications for your selected namespaces and keywords.
Self-hosted usage
If you prefer to run MCP Notify on your own infrastructure, you can deploy with Docker or Kubernetes. The self-hosted option lets you host the service behind your own firewall and tailor the poll interval, database, and channels to your environment.
CLI usage
You can also run checks locally with the CLI to verify changes or monitor in real time. Use the CLI to fetch recent changes, watch for updates, or subscribe to notifications with your preferred channel endpoints.
Available tools
REST API
Full API for programmatic subscription management and change retrieval.
Web Dashboard
Visual configuration and monitoring interface for subscriptions, changes, and feeds.
Go SDK
Embed MCP Notify functionality into your Go applications.
OpenAPI Spec
Generate API clients in your language of choice from the OpenAPI specification.