Documentation
README
Memora - Persistent Semantic Memory
Memora is the persistent memory system for this environment. Use memora MCP tools to store, search, and organize knowledge across sessions.
When to Use
- Session start: Relevant memories are auto-injected via hook
- Storing decisions: Use
memory_createto save architectural decisions, patterns, preferences - Finding context: Use
memory_hybrid_searchto find relevant past work - Tracking work: Use
memory_create_todo/memory_create_issuefor task tracking - Organizing knowledge: Use
memory_hierarchyto browse organized memories
Core Tools
Creating Memories
This is the opening of the README. Read the full README on GitHub.