How to Add Persistent Memory to Claude Code

Stop losing context between Claude Code sessions. Learn how to add persistent memory to Claude Code with Squish.

Why Claude Code Forgets Everything

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.

Add Persistent Memory

Install Squish with npm i -g squish-memory && squish install. Squish runs as an MCP server alongside Claude Code and stores durable context automatically.

Recall Context Automatically

When you start a new session, Squish restores relevant memory. Claude remembers your project decisions, constraints, and preferences without you re-explaining.

Squish documentation