Claude Code is Anthropic's CLI agent. Engram integrates seamlessly.
curl -fsSL https://engram-us.com/install | sh- Create or edit
~/.claude.json:
{
"mcpServers": {
"engram": {
"type": "http",
"url": "https://mcp.engram.app/mcp"
}
}
}For local development:
{
"mcpServers": {
"engram": {
"type": "http",
"url": "http://localhost:7474/mcp"
}
}
}- Restart Claude Code
After starting a new Claude Code session:
- Claude Code will automatically detect Engram
- Tell it:
"Set up Engram for my team"to create a workspace - Or:
"Join Engram with key ek_live_..."to join an existing workspace
Once configured, Claude Code will:
- Query team memory before starting work on any task
- Commit important discoveries to shared memory
- Detect and help resolve conflicts
engram verifyIn your IDE: Ask your agent: "Call engram_status and tell me what it returns."
Expected output:
{"status": "ready", "mode": "team", "engram_id": "ENG-XXXXXX", "schema": "engram"}
- Check config:
cat ~/.claude.json - Restart Claude Code after config changes
- Ensure Engram is running if using local server
See docs/TROUBLESHOOTING.md for more help.