mcp-alertmanager

zekker6/mcp-alertmanager
★ 1 stars Go ⚙️ DevOps Updated 4d ago
MCP server for Alertmanager
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-alertmanager": {
      "command": "go",
      "args": [
        "run",
        "github.com/zekker6/mcp-alertmanager@latest"
      ]
    }
  }
}

README Excerpt

MCP server for Prometheus Alertmanager. Exposes alert listing and silence management as MCP tools. | Tool | Description | |------|-------------| | `list_alerts` | List alerts with optional filters (label matchers, state, receiver) | | `list_silences` | List silences with optional label matcher filters |

Tools (5)

create_silencedelete_silenceget_silencelist_alertslist_silences

Topics

alertmanagermcpmcp-server