AI & ML
Trust: 37/100 (Limited)io.github.thebasedcapital/brainbox Guide
Hebbian memory for AI agents. Learns file patterns, predicts next tools, saves tokens.
8 starsby thebasedcapital
Quick Start
Install
npx brainbox-hebbianClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-thebasedcapital-brainbox": {
"command": "npx",
"args": [
"brainbox-hebbian"
]
}
}
}