Hebbian Mind for Cursor
io.github.for-sunny/hebbian-mind-enterprise
Associative memory via Hebbian learning. Connections strengthen through use, decay through disuse.
client:Cursor
transport:stdio
runtime:pypi
Install Hebbian Mind in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hebbian-mind-enterprise": {
"type": "stdio",
"command": "uvx",
"args": [
"hebbian-mind-enterprise"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs