Context Lens for Zed
io.github.cornelcroi/context-lens
Semantic search knowledge base with serverless LanceDB. Zero setup, 100% local, 25+ file types
client:Zed
transport:stdio
runtime:pypi
Install Context Lens in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"context-lens": {
"command": "uvx",
"args": [
"context-lens"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs