Skip to content
Zed

brainbox for Zed

io.github.thebasedcapital/brainbox

Hebbian memory for AI agents. Learns file patterns, predicts next tools, saves tokens.

client:Zed transport:stdio runtime:npm

Install brainbox in Zed

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

{
  "context_servers": {
    "brainbox": {
      "command": "npx",
      "args": [
        "-y",
        "brainbox-hebbian"
      ]
    }
  }
}

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

brainbox in other clients