1
Install
Via npx or plugin marketplace. First launch pulls dependencies (better-sqlite3, PM2) — about 30 seconds, one time only.
npx claude-mem install/plugin marketplace add thedotmack/claude-mem/plugin install claude-memRequires Node.js 18+ and Claude Code installed.
Via npx or plugin marketplace. First launch pulls dependencies (better-sqlite3, PM2) — about 30 seconds, one time only.
npx claude-mem install/plugin marketplace add thedotmack/claude-mem/plugin install claude-memRestart Claude Code. Plugin runs in the background, no action needed from you.
Verify it's running via process check, logs, or web viewer.
ps aux | grep worker-servicetail -f ~/.claude-mem/logs/worker-out.loghttp://localhost:37777Just work in Claude Code as usual. The plugin captures tool calls, compresses with Claude agent-sdk, stores in local SQLite + Chroma.
Wrap sensitive content in <private>...</private> tags to exclude from capture. All data stored in ~/.claude-mem/, no external API calls.