Skip to content
Zed

wherewent for Zed

io.github.habibafaisal/wherewent

Zero-config SQL flight recorder for slow Python/SQLAlchemy jobs: exact call site, count, and fix.

client:Zed transport:stdio runtime:pypi

Install wherewent in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "wherewent": {
      "command": "uvx",
      "args": [
        "wherewent"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

wherewent in other clients