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
{
"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