MCP Alertmanager
Rank #42,770io.github.jeanlopezxyz/mcp-alertmanager
MCP server providing alertmanager capabilities
MCP Alertmanager is a Model Context Protocol (MCP) server published by jeanlopezxyz. It ranks #42,770 of 115,460 servers tracked on MCP Toplist. MCP Alertmanager is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Feb 2, 2026 and most recently updated on Feb 3, 2026.
Ranks ahead of 72,690 of 115,460 servers on MCP Toplist.
Use MCP Alertmanager
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-alertmanager -- npx -y mcp-alertmanager[mcp_servers.mcp-alertmanager]
command = "npx"
args = ["-y", "mcp-alertmanager"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-alertmanager": {
"command": "npx",
"args": [
"-y",
"mcp-alertmanager"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-alertmanager": {
"command": "npx",
"args": [
"-y",
"mcp-alertmanager"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-alertmanager": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-alertmanager"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-alertmanager": {
"command": "npx",
"args": [
"-y",
"mcp-alertmanager"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-alertmanager": {
"command": "npx",
"args": [
"-y",
"mcp-alertmanager"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jeanlopezxyz%2Fmcp-alertmanager)<a href="https://mcptoplist.com/server/io.github.jeanlopezxyz%2Fmcp-alertmanager"><img src="https://mcptoplist.com/badge/io.github.jeanlopezxyz%2Fmcp-alertmanager.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
jeanlopezxyz
Other servers by jeanlopezxyz
View all jeanlopezxyz servers →Available versions (2)
| Version | Published |
|---|---|
| 2.1.1 | Feb 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Alertmanager?
- MCP Alertmanager is maintained by jeanlopezxyz, which publishes 5 MCP servers (16 total versions) tracked on MCP Toplist.
- Is MCP Alertmanager listed on the Official MCP Registry?
- Yes — MCP Alertmanager is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does MCP Alertmanager have?
- MCP Toplist tracks 2 versions of MCP Alertmanager, most recently published on Feb 3, 2026.
- Where can I find the source code for MCP Alertmanager?
- The source code for MCP Alertmanager is hosted at github.com/jeanlopezxyz/mcp-alertmanager.