Add Squish Memory - Local-first agent memory runtime with MCP server support#2039
Add Squish Memory - Local-first agent memory runtime with MCP server support#2039michielhdoteth wants to merge 1 commit into
Conversation
Squish Memory is a local-first persistent memory runtime for AI agents. It serves as an MCP server for Claude Code, Cursor, OpenCode, Codex, Cline, and other MCP-compatible agents. - Zero-config: npx -y squish-memory - 283KB, 1-20ms recall, no second LLM required - Local-first SQLite with optional cloud sync via Stripe - Auto-captures context across sessions - GitHub: https://github.com/michielhdoteth/squish - Docs: https://squishplugin.dev
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR adds a new MCP server configuration entry for ChangesAdd squish MCP server configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
Summary
Adds Squish Memory to the ECC MCP server catalog -- a local-first, persistent memory runtime for AI agents. Zero-config MCP server setup via
npx -y squish-memory.What is Squish Memory?
Squish is a local-first persistent memory runtime for AI agents:
Links
npx -y squish-memoryConfig
The MCP server config follows the same
mcp-configs/mcp-servers.jsonpattern:Why Squish?
ECC already lists
memory,omega-memory, andlonghandfor agent memory. Squish complements these with a lightweight, production-ready alternative that runs entirely locally, needs no LLM for memory operations, and offers cloud sync as an optional upgrade.Summary by cubic
Adds the
squishMCP server to the catalog, providing a local-first persistent memory runtime for agents. Zero-config setup vianpx -y squish-memory, fast recall on local SQLite, no second LLM, optional cloud sync.Written for commit 88c02f3. Summary will update on new commits. Review in cubic
Summary by CodeRabbit