Vectr for Zed
io.github.swapnanil/vectr
Semantic codebase search + persistent working memory for AI code editors. Local, no API key.
client:Zed
transport:stdio
runtime:pypi
Install Vectr in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vectr": {
"command": "uvx",
"args": [
"vectr"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs