AI & ML
Trust: 39/100 (Limited)io.github.kael-bit/engram Guide
Hierarchical memory for AI agents. Three-layer (buffer/working/core) with decay and promotion.
20 starsby kael-bit
Quick Start
Install
npx engram-rs-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-kael-bit-engram": {
"command": "npx",
"args": [
"engram-rs-mcp"
]
}
}
}