Skip to content
Cursor

remem for Cursor

io.github.majiayu000/remem

Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.

client:Cursor transport:stdio runtime:npm

Install remem in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "remem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@remem-ai/remem"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

remem in other clients