sift for Zed
io.github.slymnysr/sift
Runs a command, keeps every byte on disk, returns only the lines that matter
client:Zed
transport:stdio
runtime:pypi
Install sift in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sift": {
"command": "uvx",
"args": [
"sift-cli"
],
"env": {
"NVIDIA_API_KEY": "<NVIDIA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs