Skip to content
Claude Desktop

Engram for Claude Desktop

io.github.rwnalds/engram

Git-backed markdown memory for AI agents; search hides superseded and archived notes.

client:Claude Desktop transport:stdio runtime:oci

Install Engram in Claude Desktop

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

{
  "mcpServers": {
    "engram": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/rwnalds/engram:0.1.2"
      ]
    }
  }
}

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

Engram in other clients