memory_export_vault
Export memories as markdown files to an Obsidian vault with YAML frontmatter, preserving structure for human editing. Optionally filter by scope or namespace.
Instructions
Write memories OUT to an Obsidian vault as .md files with YAML frontmatter — the reverse of vault_sync. Each currently-valid top-level memory becomes a plain markdown file a human can open and edit; namespaced memories land under //. Lossless: written files parse back via the vault parser. Optionally filter by scope/namespace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault_path | Yes | Absolute path to the target Obsidian vault directory (created if missing). Memories are written as .md files with YAML frontmatter — the reverse of vault_sync. | |
| scope | No | Memory scope for isolation | |
| namespace | No | Namespace within scope (e.g., project name, team name) |