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
Apple HIG
Provides instant access to Apple's Human Interface Guidelines, with content auto-updated periodically.
Postman Tool Generation
Generates AI agent tools from Postman collections and requests using the Postman API.
Tiktoken MCP
Count tokens using OpenAI's tiktoken library.
Kubernetes MCP Server
Inspect and debug Kubernetes clusters with read-only access to resources, CRDs, and pod logs.
Root Signals
Equip AI agents with evaluation and self-improvement capabilities with Root Signals.
GenSpec MCP Server
Converts a USER-STORIES.md file into README, ROADMAP, and SYSTEM-ARCHITECTURE documents for the GenSpec workflow.
Sentry
Interact with the Sentry API to monitor application errors and performance.
Apifox MCP Server
Provides API documentation from Apifox projects as a data source for AI programming tools that support MCP.
Zen MCP
An AI-powered server providing access to multiple models for code analysis, problem-solving, and collaborative development with guided workflows.
NEI MCP Server
A server for interacting with the NEI platform to query project resources.