Submit

Prometheus Alertmanager MCP

@ntk148v

A Model Context Protocol (MCP) server that enables AI assistants to integreate with Prometheus Alertmanager

Tools

Server Config

{
  "mcpServers": {
    "alertmanager": {
      "command": "uv",
      "args": [
        "--directory",
        "<full path to alertmanager-mcp-server directory>",
        "run",
        "src/alertmanager_mcp_server/server.py"
      ],
      "env": {
        "ALERTMANAGER_URL": "http://your-alertmanager:9093s",
        "ALERTMANAGER_USERNAME": "your_username",
        "ALERTMANAGER_PASSWORD": "your_password"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.