README.md
A lightweight persistent memory plugin for LM Studio. Gives your local LLM the ability to remember facts, preferences, and context across sessions using a plain markdown file stored on your machine.
read_memory — reads the memory file at session startsave_memory(fact) — appends a new dated entryupdate_memory(old_text, new_text) — finds and replaces an existing entryThe file and folder will be created automatically on first use.
For reliable automatic memory behavior, instruct your model to call read_memory at the start of every session and save_memory whenever new information worth retaining is shared. The exact wording will depend on your model and preferences.
C:\Users\YourName\.lmstudio\memory\memory.md