cortex for Zed
io.github.vblackjack/cortex
Local multi-client RAG server over the Model Context Protocol.
client:Zed
transport:stdio
runtime:pypi
Install cortex in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cortex": {
"command": "uvx",
"args": [
"cortex-local-rag"
],
"env": {
"CORTEX_KB_PATH": "<CORTEX_KB_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs