mcp-alertmanager
MCP server for Alertmanager
Documentation
mcp-alertmanager
MCP server for Prometheus Alertmanager. Exposes alert listing and silence management as MCP tools.
Tools
| Tool | Description |
|---|---|
| `list_alerts` | List alerts with optional filters (label matchers, state, receiver) |
| `list_silences` | List silences with optional label matcher filters |
| `get_silence` | Get a single silence by ID |
| `create_silence` | Create a new silence with matchers, author, comment, and duration |
| `delete_silence` | Expire (delete) a silence by ID |
Usage
stdio mode (default)
mcp-alertmanager -url http://alertmanager:9093SSE mode
mcp-alertmanager -url http://alertmanager:9093 -mode sse -httpListenAddr :8012Authentication
Basic auth:
mcp-alertmanager -url http://alertmanager:9093 -username admin -password-file /path/to/passwordCustom headers (e.g. bearer token, multi-tenancy):
mcp-alertmanager -url http://alertmanager:9093 \
-header "Authorization: Bearer " \
-header "X-Scope-OrgID: tenant1"Claude Desktop Configuration
{
"mcpServers": {
"alertmanager": {
"command": "mcp-alertmanager",
"args": ["-url", "http://alertmanager:9093"]
}
}
}Building
task buildTesting
task test # unit tests
task test:e2e # e2e tests (builds binary first)
task test:all # all testsFrequently asked questions
What is mcp-alertmanager?
mcp-alertmanager is MCP server for Alertmanager
How do I install mcp-alertmanager?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-alertmanager open source?
Yes — it is hosted on GitHub at https://github.com/zekker6/mcp-alertmanager and has 2 stars.
Related MCP tools
The missing open-source Kubernetes UI with a built-in MCP server for AI agents. See what's broken, why, and what changed. Issues, Topology, event timeline, Helm, GitOps, live service traffic, and cluster audits - all in one Go binary.
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.
One place to manage & connect to all your MCP servers
eBPF-powered network observability for Kubernetes. Indexes L4/L7 traffic with full K8s context, decrypts TLS without keys. Queryable by AI agents via MCP and humans via dashboard.
Run MATLAB® using AI applications with the official MATLAB MCP Server from MathWorks®. This MCP server for MATLAB supports a wide range of coding agents like Claude Code® and Visual Studio® Code.
A command-line interface for interacting with MCP (Model Context Protocol) servers using both stdio and HTTP transport. Go-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP