Getting Started¶
Get engram running in under 5 minutes.
Prerequisites¶
- Python 3.11+
GEMINI_API_KEY— for LLM reasoning and embeddings (get one free)- Basic storage (episodic + semantic graph) works without the API key
Install¶
Or from source:
Initialize¶
This creates ~/.engram/config.yaml with sensible defaults.
First Commands¶
# Start the background daemon (HTTP server + session watcher)
engram start
# Store your first memory
engram remember "Deployed v2.1 to production at 14:00 - caused 503 spike"
# Search memories
engram recall "production incidents"
# Reason across all memory
engram think "What deployment issues have we had?"
# Check system status
engram status
Connect Your AI Agent¶
Add to ~/.claude.json:
Add to Cursor's MCP settings:
Next Steps¶
- Detailed Installation — venv, Docker, source install
- Configuration Reference — all config options
- CLI Reference — full command list
- Integrations — connect your AI agent