Back to directory
ntk148v/alertmanager-mcp-server

ntk148v/alertmanager-mcp-server

@ntk148v

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

alertmanagerprometheusmonitoringmcpalertingdevopsalertstool

Installation & Configuration

{
  "mcpServers": {
    "alertmanager": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/alertmanager-mcp-server",
        "run",
        "src/alertmanager_mcp_server/server.py"
      ],
      "env": {
        "ALERTMANAGER_URL": "http://your-alertmanager:9093",
        "ALERTMANAGER_USERNAME": "your_username",
        "ALERTMANAGER_PASSWORD": "your_password"
      }
    }
  }
}

Information

Transport
stdiossestreamable-http
Language
Python
Created
2026/6/12
Updated
2026/6/13