Skip to content
Cursor

memento for Cursor

com.runmemento/memento

Local-first, LLM-agnostic memory layer for AI assistants.

client:Cursor transport:stdio runtime:npm

Install memento 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": {
    "memento": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@psraghuveer/memento"
      ],
      "env": {
        "MEMENTO_DB": "<MEMENTO_DB>"
      }
    }
  }
}

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

memento in other clients