Skip to content
Zed

Sluicer for Zed

io.github.gi0tto/sluicer

The data a web page declares, with where each value came from. No model, no API key.

client:Zed transport:stdio runtime:pypi

Install Sluicer 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": {
    "sluicer": {
      "command": "uvx",
      "args": [
        "sluicer"
      ],
      "env": {
        "SLUICER_ALLOW_PRIVATE": "<SLUICER_ALLOW_PRIVATE>"
      }
    }
  }
}

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

Sluicer in other clients