Skip to content
Cursor

memento protocol for Cursor

io.github.myrakrusemark/memento-protocol

Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest.

client:Cursor transport:stdio runtime:npm

Install memento protocol 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-protocol": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "memento-mcp"
      ],
      "env": {
        "MEMENTO_API_KEY": "<MEMENTO_API_KEY>",
        "MEMENTO_API_URL": "<MEMENTO_API_URL>",
        "MEMENTO_WORKSPACE": "<MEMENTO_WORKSPACE>"
      }
    }
  }
}

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

memento protocol in other clients