Odel
engram

engram

Local
@tstockham9646TypeScriptMITUpdated 4mo ago

Intelligent agent memory with automatic extraction, consolidation, and bi-temporal recall.

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).

npmengram-sdkv0.5.1

Run

npx -y engram-sdk

MCP client config

{
  "mcpServers": {
    "engram": {
      "command": "npx",
      "args": [
        "-y",
        "engram-sdk"
      ]
    }
  }
}