HomeKnowledge & Memory › engram-rs

engram-rs

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

TypeScript Local macOSWindowsLinux
★ 27 stars Last pushed 2026-03-03 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 (npm 0.10.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "engram-rs": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ENGRAM_URL": "<YOUR_VALUE>",
        "ENGRAM_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ENGRAM_URL — URL of the engram server
  • ENGRAM_API_KEY secret — API key for authentication

Related servers

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

Data from the Official MCP Registry