claude-mem — постоянная память между сессиями
★ 90.6K
claude-mem is a persistent-memory system for Claude Code that preserves context across sessions: it automatically captures observations from tool usage, compresses them into semantic summaries, and feeds them into future sessions so the assistant remembers a project even after it closes or reconnects. Reach for it when you are tired of re-explaining your repo's layout, past decisions, and task history to Claude Code every time, and want the agent to carry knowledge from one session to the next. Install it with a single `npx claude-mem install`, it also works with OpenCode and the Antigravity CLI, and it can be added as a plugin from the Claude Code marketplace; it exposes MCP tools for searching the accumulated memory. Its focus is memory and context continuity specifically for coding assistants — not a general chatbot with memory or a vector store for your documents: the value is in automatically capturing and reinjecting development context.
- #Agent Memory