Documentation Index
Fetch the complete documentation index at: https://docs.memorycrystal.ai/llms.txt
Use this file to discover all available pages before exploring further.
Current release: v0.8.6. See the changelog for what shipped, and use the uninstall guide when you need a clean rollback.Imagine your AI helper has a backpack. Usually, every time you start a new chat, the backpack gets emptied and the helper forgets everything. Memory Crystal gives the helper a memory backpack that stays packed. It can remember what you were doing, what rules matter, and what you already figured out.
What this means in practice
Memory Crystal is for people who are tired of repeating themselves to their AI. It helps when you want your assistant to remember things like:- the architecture you already chose
- the commands your project uses
- who owns what
- what failed before
- which docs or notes matter for this task
- an OpenClaw plugin
- an MCP server for compatible clients
- a Convex-backed memory backend
- a web product/dashboard
How it actually works
At a high level, Memory Crystal does two jobs:- Capture — it records useful conversational and operational context.
- Recall — it brings back the right memories before the next response or through tools.
plugin/— OpenClaw plugin and automatic hook-based memory flowsconvex/— backend schema, memory logic, HTTP endpoints, Organic Memorymcp-server/— deprecated stdio/HTTP MCP serverpackages/mcp-server/— current Streamable HTTP MCP serverapps/web/— product site, dashboard, install assets, and brand source materialapps/docs/— public Mintlify docsscripts/— installation, doctor, enable/disable, migration helpers
A tiny example
Without Memory Crystal:- you tell the AI “we deploy with Convex and keep product docs in Mintlify”
- tomorrow it forgets
- that fact can be captured and retrieved again when it matters
- the assistant starts closer to the truth instead of from zero
Commands / examples
The main public install entrypoint is:Source of truth
Primary files behind this page:README.mddocs/00-project-overview/OVERVIEW.mdapps/web/app/page.tsxapps/web/app/layout.tsxapps/docs/meta/source-of-truth.mdx