pgtriage for VS Code
io.github.pgtriage/pgtriage
MCP server for PostgreSQL performance auditing with actionable SQL fixes.
client:VS Code
transport:stdio
runtime:pypi
Install pgtriage in VS Code
.vscode/mcp.json
{
"servers": {
"pgtriage": {
"type": "stdio",
"command": "uvx",
"args": [
"pgtriage"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs