ai-memory v0.9.0

Learn ai-memory · Track 1 — for end users

For people using one AI assistant, or a small set of agents, on their own machine. No programming knowledge assumed. If a step uses a terminal, the exact command is given.

1. What problem it solves

Every AI assistant forgets. You explain your project, your preferences, the name of your dog, the bug you fixed last Tuesday — and the next conversation starts blank. ai-memory gives your assistant a memory that survives conversations, restarts and even switching assistants: what you tell Claude today, your ChatGPT or Grok session can recall tomorrow, because they all read and write the same memory store on your machine.

2. What it is, in plain words

Things it is not: it is not a chat app, not a cloud service, not a subscription, and not a place where anyone else can see your data.

3. Install (five minutes)

Follow the install quickstart — “Path A” is you. The short version on macOS/Linux is one command in a terminal, then wiring your assistant to it with the snippet the guide gives you. If you use a phone or tablet, see the mobile section on the home page.

Check it worked: ask your assistant “remember that my favourite editor is Zed”, start a brand-new conversation, and ask “what’s my favourite editor?”.

4. How your assistant uses it (the five tools)

Your assistant sees a handful of tools. You never call them yourself, but it helps to know what they do:

Tool What it means for you
memory_store “Remember this.” The assistant saves a fact, decision or preference.
memory_recall “What do I know about …?” The assistant asks for the most relevant memories before answering you.
memory_list / memory_search Browse or keyword-search what is stored.
memory_update / memory_delete Correct or remove something.

There are many more tools for advanced setups, hidden by default so your assistant is not overwhelmed. See the feature matrix when you are curious.

5. The ideas worth knowing

6. Privacy and safety, honestly

7. Everyday care

8. If something goes wrong

  1. Run ai-memory doctor in a terminal — it checks the install, the database and the AI wiring and prints what to fix.
  2. Restart your assistant app; MCP tools are picked up at start.
  3. The install quickstart has a troubleshooting section for the common cases (tool not showing up, permission errors, wrong database path).
  4. Ask on the project issue tracker — reports from users are welcome and are reviewed.

9. When to graduate to the next track

If you start running several agents that need to share memory across machines, want to give different people different access, or need audit trails — read Track 2 for the why and Track 3 for the how.