Skip to content
Cursor

Memento for Cursor

io.github.jee1/memento-mcp-server

Agent memory MCP server with 4-type cognitive memory, hybrid search, and TTL-based forgetting.

client:Cursor transport:stdio runtime:npm

Install Memento in Cursor

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

{
  "mcpServers": {
    "memento-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "memento-mcp-server"
      ]
    }
  }
}

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

Memento in other clients