Skip to content
Zed

Hicortex — AI Fleet Memory for Zed

io.github.gamaze-labs/hicortex

Shared fleet memory for AI agents: nightly self-correction, recall every prompt (supported agents).

client:Zed transport:stdio runtime:npm

Install Hicortex — AI Fleet Memory 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": {
    "hicortex": {
      "command": "npx",
      "args": [
        "-y",
        "@gamaze/hicortex"
      ],
      "env": {
        "HICORTEX_AUTH_TOKEN": "<HICORTEX_AUTH_TOKEN>",
        "HICORTEX_SERVER_URL": "<HICORTEX_SERVER_URL>"
      }
    }
  }
}

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

Hicortex — AI Fleet Memory in other clients