dreamor29 downloadsConnect Obsidian to MemVault — browse, search, and capture Agent memories; keep a folder of Markdown notes in sync with the server.
Connect Obsidian to MemVault — a self-hosted memory vault for AI agents.
Browse, search, and capture the memories your agents have accumulated (preferences, facts, MUST rules, reaction skills) without leaving your vault, and keep a folder of Markdown notes two-way-synced with the server.
ghcr.io/dreamor/memvault)Open MemVault: Open Memory Panel to browse saved memories grouped by priority (MUST / REFERENCE / BACKGROUND), search by keyword, and jump straight into the source note.
Save Selection as Memory — capture the current selection as a reference memorySave Selection as MUST Rule — capture the current selection as an instruction the agent must always followSearch and Insert Memory — search the vault and insert a memory into the current noteThe plugin keeps the folder configured under Sync folder (default MemVault) in sync with the vault: one Markdown note per memory, refreshed automatically. Turn on Delete orphans to drop notes whose memory was removed on the server.
http://127.0.0.1:8080) and, if needed, API key.Until the plugin lands in the community directory, install from a GitHub release by downloading main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/memvault/, or use BRAT.
npm ci
npm run build # esbuild → out/main.js
npm run typecheck
npm test
The plugin source is mirrored in the MemVault monorepo under obsidian-plugin/ — this repository is the canonical home for plugin development and releases.
MIT