Stop losing context between Claude Code sessions. Learn how to add persistent memory to Claude Code with Squish.
Every new Claude Code session starts from zero. You re-explain architecture decisions, coding preferences, and known bugs. CLAUDE.md files help but are manual, static, and tool-specific.
Install Squish with npm i -g squish-memory && squish install. Squish runs as an MCP server alongside Claude Code and stores durable context automatically.
When you start a new session, Squish restores relevant memory. Claude remembers your project decisions, constraints, and preferences without you re-explaining.