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
By tstockham96
Installation
npx -y engramConfiguration
{
"mcpServers": {
"engram": {
"command": "npx",
"args": ["-y", "engram"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes