Your AI’s Memory Lives in Markdown, Not Vectors
This open-source template system wires Claude Code to an Obsidian vault so your agent remembers context across sessions without touching a vector database.

What it does
ai-memory-vault is a set of markdown templates and a build script that turns an Obsidian vault into persistent working memory for Claude Code. It skips the vector database entirely, storing everything in plain markdown—daily logs, project folders, a running profile of you, and “Jobs” that tell the AI which notes to read before tackling a task. The AI keeps only the current task in context and reaches the rest in one step.
The interesting bit
The system redirects Claude Code’s native memory back into the vault via a MEMORY.md pointer, preventing two memory layers from drifting apart. It also ships with the author’s own agent personality—name, voice, and rules—already baked into the boot config, so you’re not starting from a blank slate.
Key highlights
- Pure markdown memory in an Obsidian vault; no vector database.
- “AI Priming” loads per-job note sets before the agent acts or writes.
CLAUDE.mdauto-loads each session and points the AI to your vault.MEMORY.mdredirects Claude Code’s native memory back into the vault to prevent drift.- CC BY-NC-SA 4.0 license (non-commercial, share-alike).
Caveats
- Built specifically for Claude Code; portability to other agents is unclear.
- CC BY-NC-SA 4.0 license prohibits commercial use without separate permission.
- The initial build is an interactive interview inside Claude, not a standalone script.
Verdict
Worth exploring if you already live in Obsidian and use Claude Code daily. Skip it if you need commercial licensing, model agnosticism, or a fully automated setup.
Frequently asked
- What is jaredrhod/ai-memory-vault?
- This open-source template system wires Claude Code to an Obsidian vault so your agent remembers context across sessions without touching a vector database.
- Is ai-memory-vault open source?
- Yes — jaredrhod/ai-memory-vault is open source, released under the CC-BY-SA-4.0 license.
- How popular is ai-memory-vault?
- jaredrhod/ai-memory-vault has 572 stars on GitHub.
- Where can I find ai-memory-vault?
- jaredrhod/ai-memory-vault is on GitHub at https://github.com/jaredrhod/ai-memory-vault.