Odel
brainbox

brainbox

Local
@thebasedcapital13TypeScriptMITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbrainbox-hebbianv0.1.6

Run

npx -y brainbox-hebbian

MCP client config

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