Odel
engram rs

engram rs

Local
@kael-bit27RustMITUpdated 6mo ago

Hierarchical memory for AI agents. Three-layer (buffer/working/core) with decay and promotion.

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-rs-mcpv0.10.0

Run

npx -y engram-rs-mcp

MCP client config

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