Skip to content
Cursor

Engram for Cursor

io.github.rwnalds/engram

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

client:Cursor transport:stdio runtime:oci

Install Engram in Cursor

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

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

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

Engram in other clients