mcp alertmanager for VS Code
io.github.jeanlopezxyz/mcp-alertmanager
A Model Context Protocol (MCP) server for Prometheus Alertmanager
client:VS Code
transport:stdio
runtime:npm
Install mcp alertmanager in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-alertmanager": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-alertmanager"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs