HomeKnowledge & Memory › Engram

Engram

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

TypeScript Local
★ 11 stars Last pushed 2026-08-14 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

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

Or add to your MCP client config:

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

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry