engram for Claude Desktop
io.github.kael-bit/engram
Hierarchical memory for AI agents. Three-layer (buffer/working/core) with decay and promotion.
client:Claude Desktop
transport:stdio
runtime:npm
Install engram in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"engram-rs-mcp"
],
"env": {
"ENGRAM_URL": "<ENGRAM_URL>",
"ENGRAM_API_KEY": "<ENGRAM_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs