Notifications
Configure Slack or webhook notifications for alert events.
Notifications
When an alert fires or resolves, MCPHub can send a notification to a Slack channel or any HTTP endpoint.
Slack webhook
- In your Slack workspace, create an Incoming Webhook app and copy the webhook URL
- When creating or editing an alert rule, paste the URL in the Slack webhook URL field
- MCPHub will POST a message to the channel when the alert fires or resolves
Example Slack message:
Generic HTTP webhook
For PagerDuty, Opsgenie, custom alerting pipelines, or any other system:
- Enter the webhook URL in the Webhook URL field
- MCPHub will POST a JSON payload to that URL on every event
Payload format:
No notification (dashboard only)
Leave both notification fields empty to still track alert events in MCPHub without external notifications. You can still review FIRING/RESOLVED events in the alert history.
Notification delivery
Notifications are fire-and-forget. If the webhook endpoint is unavailable, the delivery fails silently. The alert event is still recorded in MCPHub.