Squish is a local-first memory runtime for AI agents (Claude Code, Cursor, Codex, OpenCode). Free unlimited local use. Squish Cloud from $9/mo for sync and teams.
npm i -g squish-memory && squish install. Works with Claude Code, Cursor, Codex, OpenCode, and any MCP client.
Free local: unlimited requests and memory (MIT). Optional cloud free: 2,000 requests/mo. Solo $9, Pro $29, Team $99 per month after a 30-day free trial (card required on paid plans).
Local-first SQLite runtime, MCP-native tools, belief-based recall, and optional cloud sync. No vendor lock-in for core memory.
Squish is an open-source memory runtime for AI agents. It stores decisions, preferences, and project context so your agents remember across sessions — no more re-explaining architecture every time you start Claude Code, Cursor, or Codex.
A context window is a temporary scratchpad — it resets every session and only holds what fits in a single prompt. Squish is persistent memory that survives restarts. Instead of replaying everything, Squish stores beliefs (decisions, preferences, constraints) and restores only what's relevant. Think of it as the difference between a whiteboard you erase every day and a notebook that grows with your project.
Squish captures signal from agent interactions, distills it into durable beliefs and preferences, and restores that context when a new session starts. Memory decays and consolidates automatically, so it stays useful without growing into noise.
Squish uses time-based decay and access-based reinforcement. Memories that aren't referenced fade. Memories that get confirmed or used frequently stay strong. When a belief gets contradicted, Squish updates it instead of accumulating conflicting entries. The result is memory that stays accurate without manual cleanup.
No. All data stays in a local SQLite database on your machine by default. Optional Squish Cloud sync only sends memory metadata you explicitly choose to sync — your code and files are never uploaded.
Squish works with Claude Code, Cursor, Codex, OpenCode, Windsurf, and any MCP-compatible agent. Install once, and all your AI tools share the same persistent memory.
Yes. The local OSS runtime is free under the MIT license with unlimited local memory. Optional Squish Cloud starts at $9/month for sync, teams, and higher quotas — with a 30-day free trial.
No. Cloud plans start with a 30-day free trial — cancel anytime before it ends and you pay nothing. After the trial, billing is monthly and you can cancel anytime.