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