PGAuditor for Cursor
com.mcpgatepro/pgauditor
Hosted MCP server for PostgreSQL diagnostics: slow queries, missing indexes, connection pressure.
client:Cursor
transport:streamable-http
Install PGAuditor in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pgauditor": {
"url": "https://api.mcpgatepro.com/mcp/pgauditor"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs