Skip to content

Claude Code Setup

Terminal window
claude plugin marketplace add Gentleman-Programming/engram
claude plugin install engram

This gives you more than raw MCP:

  • session tracking
  • auto-import of git-synced memories
  • compaction recovery guidance
  • an embedded memory protocol skill
Terminal window
engram setup claude-code

Add the server to .claude/settings.json or ~/.claude/settings.json:

{
"mcpServers": {
"engram": {
"command": "engram",
"args": ["mcp"]
}
}
}

Claude Code plugin hooks rely on bash. If hooks are unreliable on Windows, use bare MCP instead.