alertmanager-mcp-server
If you are the rightful owner of alertmanager-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Prometheus Alertmanager MCP is a Model Context Protocol server for Prometheus Alertmanager, enabling AI assistants to manage Alertmanager resources programmatically.
Prometheus Alertmanager MCP is a server implementation of the Model Context Protocol (MCP) designed to interface with Prometheus Alertmanager. It allows AI tools and assistants to interact with Alertmanager resources such as alerts, silences, and receivers in a programmatic and secure manner. The server supports querying the status of Alertmanager, managing alerts and silences, and is equipped with authentication features. It can be deployed locally or via Docker, making it versatile for different environments. The server is particularly useful for integrating with AI platforms like Claude Desktop, enabling natural language interactions with Alertmanager.
Features
- Query Alertmanager status, alerts, silences, receivers, and alert groups
- Create, update, and delete silences
- Create new alerts
- Authentication support (Basic auth via environment variables)
- Docker containerization support
Tools
get_status
Get Alertmanager status
get_alerts
List current alerts
get_silences
List silent rules
post_silence
Create silent rules
delete_silence
Delete silent rules
get_receivers
List the receivers
get_alert_groups
List Alert Groups