zircote/mnemonic
11 stars · Last commit 2026-04-13
Persistent filesystem-based memory system for Claude Code. Pure MIF Level 3 compliant memory storage with YAML frontmatter, bi-temporal tracking, and proactive hooks. No dependencies - just markdown files and git.
README preview
# Mnemonic [](https://opensource.org/licenses/MIT) [](https://docs.anthropic.com/en/docs/claude-code) [](https://mif-spec.dev) [](https://www.letta.com/blog/benchmarking-ai-agent-memory) A pure filesystem-based memory system for Claude Code. No external dependencies - all operations use standard Unix tools and Claude's native capabilities. <p align="center"> <img src=".github/readme-infographic.png" alt="Mnemonic Architecture" width="800"> </p> > **Note**: This plugin implements the [Memory Interchange Format (MIF)](https://mif-spec.dev) specification for standardized AI memory storage. MIF defines a portable, human-readable format for persistent AI memories. ## Features - **Pure Filesystem**: All memories stored as markdown files with YAML frontmatter - **MIF Level 3 Compliant**: Standardized Memory Interchange Format - **Skill-First Architecture**: Skills work standalone without hooks or libraries