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