crbro memory for Cursor
io.github.octonove/crbro-memory
Persistent file-based memory for AI agents: inspectable, versionable, fully local.
client:Cursor
transport:stdio
runtime:npm
Install crbro memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"crbro-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"crbro-memory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs