Codeix for Zed
io.github.montanetech/codeix
Fast semantic code search for AI agents — find symbols, references, and callers across any codebase
client:Zed
transport:stdio
runtime:npm
Install Codeix in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"codeix": {
"command": "npx",
"args": [
"-y",
"codeix"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs