filesift for Zed
io.github.roshunsunder/filesift
Local file search for AI agents — semantic + keyword indexing over your codebase.
client:Zed
transport:stdio
runtime:pypi
Install filesift in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"filesift": {
"command": "uvx",
"args": [
"filesift"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs