Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

brain — the recorder in other clients