brainbox for Cursor
io.github.thebasedcapital/brainbox
Hebbian memory for AI agents. Learns file patterns, predicts next tools, saves tokens.
client:Cursor
transport:stdio
runtime:npm
Install brainbox in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"brainbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"brainbox-hebbian"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs