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
Servidores relacionados
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP LSP Go
An MCP server that connects AI assistants to Go's Language Server Protocol (LSP) for advanced code analysis.
GitLab MR & Confluence Linker
Analyzes GitLab merge requests and links them to Confluence documentation.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
MCP LLM Integration Server
An MCP server for integrating local Large Language Models with MCP-compatible clients.
TypeScript MCP
A TypeScript-specialized server providing advanced code manipulation and analysis capabilities.
Keycloak MCP Server
An MCP server for Keycloak administration, offering over 30 tools to manage users, realms, clients, roles, and more from AI assistants.
Claudeus WordPress MCP
A server for integrating with WordPress sites, enabling content management and interaction via the Model Context Protocol.
OpenAPI MCP Server
Explore and analyze OpenAPI specifications from local files or remote URLs.
GitHub MCP Server
Repository analysis, issues, pull requests, and code structure exploration
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.