thedotmack/claude-mem
A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.
Platform-specific configuration:
{
"mcpServers": {
"claude-mem": {
"command": "npx",
"args": [
"-y",
"claude-mem"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...