Prometheus MCP Server for VS Code
io.github.tjhop/prometheus-mcp-server
An API-complete MCP server to manage Prometheus-compatible backends.
client:VS Code
transport:stdio
runtime:oci
Install Prometheus MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"prometheus-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tjhop/prometheus-mcp-server:0.18.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs