Skip to content
Zed

Scherlok for Zed

io.github.rbmuller/scherlok

Zero-config data-quality monitoring: profile a warehouse, detect anomalies, gate CI.

client:Zed transport:stdio runtime:pypi

Install Scherlok in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "scherlok": {
      "command": "uvx",
      "args": [
        "scherlok"
      ],
      "env": {
        "SCHERLOK_CONNECTION": "<SCHERLOK_CONNECTION>"
      }
    }
  }
}

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

Scherlok in other clients