Persistent memory for AI agents.
- Install from MCP Registry or
uvx engrammic-mcp - Set
ENGRAMMIC_API_KEY(join the waitlist for access) - Done
Store something:
"Remember that the user prefers dark mode"
Recall it later:
"What do I know about user preferences?"
| Tool | Purpose |
|---|---|
remember |
Store observations to memory |
learn |
Store claims with evidence to knowledge |
believe |
Form commitments in wisdom |
recall |
Search and retrieve context |
link |
Connect related concepts |
trace |
Query provenance chains |
hypothesize |
Form tentative beliefs |
commit |
Crystallize hypotheses to commitments |
export ENGRAMMIC_API_KEY=eng_xxxOr add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"engrammic": {
"command": "engrammic-mcp",
"env": {
"ENGRAMMIC_API_KEY": "eng_xxx"
}
}
}
}For local/offline usage, see engrammic-engine.
- EAG Manifesto - the paradigm explained
- EAG Concepts - understand the memory model
- Using Claude Code? Copy skills/ to
~/.claude/skills/for EAG workflow guidance
Apache 2.0