Skip to content
Claude Desktop

Memento for Claude Desktop

io.github.scrypster/memento

Persistent memory for AI tools. Local-first knowledge graph with hybrid search.

client:Claude Desktop transport:stdio runtime:oci

Install Memento in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "memento": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/scrypster/memento:0.1.0"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Memento in other clients