contextual for Zed
io.github.contextual-laboratories/contextual
Persistent memory for AI coding agents: local-first semantic search, dependency graphs, git history.
client:Zed
transport:stdio
runtime:pypi
Install contextual in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"contextual": {
"command": "uvx",
"args": [
"contextual-engine"
],
"env": {
"CONTEXTUAL_LOG_LEVEL": "<CONTEXTUAL_LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs