Memory Export banner
rand rand

Memory Export

Documentation community

Description

--- name: memory-export description: Export memories to markdown for review and backup --- I will export memories from Mnemosyne to a markdown file for review, backup, or sharing. **Usage**: - `/memory-export` - Export current project to memories-<project>.md - `/memory-export --namespace <ns>` - Export specific namespace - `/memory-export --output <file>` - Export to custom file - `/memory-export --format <markdown|json>` - Export format (default: markdown) - `/memory-export --all` - Export a

Installation

Installs to ~/.claude/commands/rand-mnemosyne-memory-export.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/rand/mnemosyne/HEAD/.claude/commands/memory-export.md -o ~/.claude/commands/rand-mnemosyne-memory-export.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository