Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

cortex in other clients