Skip to content
VS Code

brainbox for VS Code

io.github.thebasedcapital/brainbox

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

client:VS Code transport:stdio runtime:npm

Install brainbox in VS Code

.vscode/mcp.json

{
  "servers": {
    "brainbox": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "brainbox-hebbian"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

brainbox in other clients