Back to Cherry Studio

Memory Reference

docs/references/memory/README.md

2.0.9658 B
Original Source

Memory Reference

Cherry Studio provides three memory mechanisms that differ in who they serve, how they persist, and where they are stored: file-based memory for Agents (SOUL.md / USER.md / FACT.md / JOURNAL.jsonl), the Knowledge Base, and the built-in @cherry/memory MCP server. The v1 "Global Memory" toggle was removed in v2 (#14250); see the overview for what to use instead.

DocumentWhat it covers
Memory Feature OverviewComparison of the mechanisms: scope, persistence, storage, and when to use each; plus the v1 Global Memory removal note