wherewent for VS Code
io.github.habibafaisal/wherewent
Zero-config SQL flight recorder for slow Python/SQLAlchemy jobs: exact call site, count, and fix.
client:VS Code
transport:stdio
runtime:pypi
Install wherewent in VS Code
.vscode/mcp.json
{
"servers": {
"wherewent": {
"type": "stdio",
"command": "uvx",
"args": [
"wherewent"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs