Loading languages...
NT

ntk148v/alertmanager-mcp-server

@ntk148v4

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

prometheus
alertmanager
ai-integration
monitoring

# mcpServer 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"
      }
    }
  }
}

# stdio

uv run src/alertmanager_mcp_server/server.py
Transport:
stdio
sse
Idioma:
Python
Creado:5/14/2025
Actualizado:7/21/2025
Página de inicio: