Odel
Engram

Engram

Local
@rwnalds10TypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/rwnalds/engram:0.1.2

Run

docker run -i --rm ghcr.io/rwnalds/engram:0.1.2

MCP client config

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