What is the PGAuditor MCP server?
Hosted MCP server for PostgreSQL diagnostics: slow queries, missing indexes, connection pressure.
How to install PGAuditor
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pgauditor": {
"url": "https://api.mcpgatepro.com/mcp/pgauditor"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pgauditor": {
"serverUrl": "https://api.mcpgatepro.com/mcp/pgauditor"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pgauditor": {
"type": "http",
"url": "https://api.mcpgatepro.com/mcp/pgauditor"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"pgauditor": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mcpgatepro.com/mcp/pgauditor"
]
}
}
}Claude Code
claude mcp add --transport http pgauditor https://api.mcpgatepro.com/mcp/pgauditorRelated MCP servers
Hosted MCP server for AWS cloud spend: service breakdowns, anomalies, savings and forecasts.