claude-mem — Summary
claude-mem is a production-grade persistent memory compression system for Claude Code (and Gemini CLI, OpenCode, Codex) with 78,000+ GitHub stars and an active npm/marketplace distribution. It captures every tool use (Read, Edit, Bash) as an "observation," compresses observations into semantic summaries via AI, and injects relevant context from past sessions into new ones — enabling Claude to remember codebase decisions, past errors, and prior work without re-explanation. It runs a background worker service on port 37777 with a local web viewer UI for browsing memory, and ships 15 named skills covering search, codebase learning, project planning, weekly digests, and more. The framework targets "progressive disclosure" — layered memory retrieval controlled by token cost — and explicitly supports multiple AI tools (Claude Code, Gemini CLI, OpenCode, Codex, Warp) as well as the OpenClaw gateway for teams. Compared to seeds, it is closest to claude-flow in being an MCP-anchored infrastructure package with a background service, but focuses exclusively on memory persistence rather than full orchestration.