docsift for Zed
io.github.anishmoncivarghese/docsift
Convert a document once, then get back only the passages that answer a question.
client:Zed
transport:stdio
runtime:pypi
Install docsift in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"docsift": {
"command": "uvx",
"args": [
"docsift"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs