ZenBrain Memory for Cursor
ai.zensation/zenbrain
Seven-layer agent memory: episodic, semantic, procedural and core. Local SQLite, no account.
client:Cursor
transport:stdio
runtime:npm
Install ZenBrain Memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zenbrain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@zensation/mcp"
],
"env": {
"ZENBRAIN_DB": "<ZENBRAIN_DB>",
"ZENBRAIN_CONTEXTS": "<ZENBRAIN_CONTEXTS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs