Skip to content
Cursor

memoir for Cursor

io.github.camgitt/memoir

Persistent memory for AI coding tools via MCP. Remembers across sessions and machines.

client:Cursor transport:stdio runtime:npm

Install memoir in Cursor

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

{
  "mcpServers": {
    "memoir": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "memoir-cli"
      ]
    }
  }
}

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

memoir in other clients