← Index

io.github.kael-bit/engram

io.github.kael-bit/engram·v0.10.0·Memory & RAG
Quality Score
77
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "engram": {
      "command": "npx",
      "args": [
        "-y",
        "engram-rs-mcp"
      ],
      "env": {
        "ENGRAM_URL": "<engram_url>",
        "ENGRAM_API_KEY": "<your-engram_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "engram": {
      "command": "npx",
      "args": [
        "-y",
        "engram-rs-mcp"
      ],
      "env": {
        "ENGRAM_URL": "<engram_url>",
        "ENGRAM_API_KEY": "<your-engram_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y engram-rs-mcp
§02  Environment variables
ENGRAM_URL

URL of the engram server

ENGRAM_API_KEY
secret

API key for authentication

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG