brain — the recorder for Cursor
io.github.mordechaipotash/brain-mcp
Records your Claude Code, Codex and Pi history before deletion. Cited-or-abstain recall.
client:Cursor
transport:stdio
runtime:pypi
Install brain — the recorder in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"brain-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"brain-mcp"
],
"env": {
"BRAIN_HOME": "<BRAIN_HOME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs