What problem does it solve? It gives developers visibility into how many memories their mem0 instance has stored, how they are distributed across categories, and how the memory API is performing, without manual querying. ## Core Features & Use Cases - Session and lifetime stats: Reports memories written and searches performed in the current session alongside total project memory counts. - Category and age breakdown: Groups memories by platform-assigned category and computes age distribution buckets from creation dates. - Weekly digest mode: With the --weekly flag, generates a seven-day activity summary, writes it to ~/.mem0/weekly-digest.md, and appends a history log entry. - Use Case: After a week of coding with mem0 memory capture enabled, run the stats command to see which decision and convention memories accumulated and measure API round-trip latency. ## Quick Start Ask the assistant to show mem0 memory statistics for the current project, optionally with the weekly digest.