Prometheus MCP Server for Cursor
io.github.tjhop/prometheus-mcp-server
An API-complete MCP server to manage Prometheus-compatible backends.
client:Cursor
transport:stdio
runtime:oci
Install Prometheus MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"prometheus-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tjhop/prometheus-mcp-server:0.18.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs