mcp alertmanager for Zed
io.github.jeanlopezxyz/mcp-alertmanager
A Model Context Protocol (MCP) server for Prometheus Alertmanager
client:Zed
transport:stdio
runtime:npm
Install mcp alertmanager in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-alertmanager": {
"command": "npx",
"args": [
"-y",
"mcp-alertmanager"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs