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
Serveurs connexes
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Infercnv-MCP
Infer Copy Number Variations (CNVs) from single-cell RNA-Seq data using a natural language interface.
Jenkins API MCP Server
A server for managing Jenkins jobs through its REST API, including operations like building, configuration, and information retrieval.
Raymon
Stateful HTTP ingest + MCP server + terminal UI for Ray-style logs.
OpenTofu MCP Server
A Model Context Protocol (MCP) server for accessing the OpenTofu Registry.
Stata MCP
Run Stata commands and execute .do files directly from VS Code and Cursor, with AI assistant integration.
ast-grep MCP
An experimental MCP server that uses the ast-grep CLI for code structural search, linting, and rewriting.
Deephaven MCP
MCP servers for Deephaven to orchestrate data workers and power documentation Q&A with LLMs, enabling AI-driven data workflows.
PolyMarket
Access prediction market data from the PolyMarket API.
Debugg AI
Enable your code gen agents to create & run 0-config end-to-end tests against new code changes in remote browsers via the Debugg AI testing platform.
Language Server
MCP Language Server gives MCP enabled clients access to semantic tools like get definition, references, rename, and diagnostics.