Skip to content
Cursor

pgtriage for Cursor

io.github.pgtriage/pgtriage

MCP server for PostgreSQL performance auditing with actionable SQL fixes.

client:Cursor transport:stdio runtime:pypi

Install pgtriage in Cursor

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

{
  "mcpServers": {
    "pgtriage": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pgtriage"
      ]
    }
  }
}

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

pgtriage in other clients