Skip to content
Cursor

mcp prometheus for Cursor

io.github.jeanlopezxyz/mcp-prometheus

A Model Context Protocol (MCP) server for Prometheus monitoring

client:Cursor transport:stdio runtime:npm

Install mcp prometheus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-prometheus": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-prometheus"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp prometheus in other clients