BrainBox is an MCP server that implements Hebbian memory for AI coding agents, allowing them to learn and recall file interactions and error fixes efficiently.
From the registry: Hebbian memory for AI agents. Learns file patterns, predicts next tools, saves tokens.

$ npm install brainbox-hebbianPlease install the `brainbox` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install brainbox-hebbian** — npm install brainbox-hebbian (postinstall auto-registers MCP and hooks for Claude Code) Run: `npm install brainbox-hebbian`
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["tsx","node_modules/brainbox-hebbian/src/mcp.ts"]
Note: For Claude Code, postinstall script auto-registers via 'claude mcp add'. Standalone MCP entrypoint shown above.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI Agents Framework with Self Reflection and MCP support