Library Export takes your content back out of 📝Import & Export — a one-click markdown or JSON download from the web, or incremental syncs from the command line. It exists so your library is never a one-way door; what you wrote is yours to keep in a format you can actually use elsewhere. It's for backups, migrations, or anyone who wants a local copy alongside their MythOS library.
Key Capabilities
- Markdown export — every memo as a
.mdfile with YAML frontmatter (title, ID, tags, visibility, dates), compatible with Obsidian, Hugo, and other markdown tools - JSON export — full data export including memos, daily entries, contacts, templates, habits, community activity, and settings
- Web download — one-click from Settings, gated behind re-authenticating your account, delivered as a gzipped file
- CLI incremental sync —
npx mythos-mcp pullwith--since,--tags, and--fullflags for scripted, repeatable backups
Getting Started
- Go to Settings → Import/Export
- Choose Markdown or JSON and download, re-authenticating when prompted
- For scripted backups, run
npx mythos-mcp pull --output ~/mythos-backupwith an API key set
FAQ
- Is my export encrypted? The web download is gated behind re-authentication, not file-level encryption — treat the downloaded file itself as sensitive.
- Can I export just what's changed since my last backup? Yes — the CLI's
pullcommand supports--sincefor incremental exports, tracked via its own manifest. - What's included in the JSON export that isn't in the markdown export? The JSON export is the fuller one — daily entries, contacts, templates, habits, community activity, and settings, not just memo content.
- Can I filter what gets exported? Yes, the CLI supports
--tagsto scope a pull to specific tags.
Related
- 📝Content Import — bringing content the other direction
