Alertmanager
MCP to interact with Alertmanager - observability alerts management tool
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:9093
SSE mode
mcp-alertmanager -url http://alertmanager:9093 -mode sse -httpListenAddr :8012
Authentication
Basic auth:
mcp-alertmanager -url http://alertmanager:9093 -username admin -password-file /path/to/password
Custom headers (e.g. bearer token, multi-tenancy):
mcp-alertmanager -url http://alertmanager:9093 \
-header "Authorization: Bearer <token>" \
-header "X-Scope-OrgID: tenant1"
Claude Desktop Configuration
{
"mcpServers": {
"alertmanager": {
"command": "mcp-alertmanager",
"args": ["-url", "http://alertmanager:9093"]
}
}
}
Building
task build
Testing
task test # unit tests
task test:e2e # e2e tests (builds binary first)
task test:all # all tests
Похожие серверы
Scout Monitoring MCP
спонсорPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
спонсорAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Binary Ninja
A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates Binary Ninja with your favorite MCP client.
Process Manager MCP
Manage long-running bash processes and persist their logs.
mcp-installer
Installs other MCP servers from their source repositories, requiring npx for Node.js and uv for Python.
Better Auth
Enterprise-grade authentication with secure credential management, multi-protocol support, and real-time threat detection.
Jetty.io
Work on dataset metadata with MLCommons Croissant validation and creation.
Tmux MCP Server
Provides persistent shell execution through tmux sessions.
GoDoc MCP
Access real-time Go package documentation from pkg.go.dev.
third-eye-mcp
Privacy-first screen capture MCP server for AI coding agents. Let Claude, Cursor, or any MCP-compatible AI see your screen with full control.
TUUI - Tool Unitary User Interface
A desktop MCP client for tool integration and cross-vendor LLM API orchestration.
Authless Remote MCP Server
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers.