Back to MCP Servers

Engram

Intelligent agent memory with semantic recall, automatic consolidation, contradiction detection, and bi-temporal knowledge graph. 80% on LOCOMO benchmark using 96% fewer tokens than full-context approaches.

knowledge-memoryagent

Installation

npx -y engram

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub