Skip to content
Claude Desktop

brainbox for Claude Desktop

io.github.thebasedcapital/brainbox

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

client:Claude Desktop transport:stdio runtime:npm

Install brainbox in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

brainbox in other clients