Skip to content
Zed

Cortex Memory Engine for Zed

io.github.gambletan/cortex

Local-first AI memory engine — 4-tier memory, people graph, Bayesian beliefs. Encrypted, 62µs.

client:Zed transport:stdio runtime:oci

Install Cortex Memory Engine in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cortex": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/gambletan/cortex:v1.8.0"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Cortex Memory Engine in other clients