alertmanager-mcp-server

alertmanager-mcp-server

3.3

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

  1. get_status

    Get Alertmanager status

  2. get_alerts

    List current alerts

  3. get_silences

    List silent rules

  4. post_silence

    Create silent rules

  5. delete_silence

    Delete silent rules

  6. get_receivers

    List the receivers

  7. get_alert_groups

    List Alert Groups