What problem does it solve? Migrating memory and knowledge between projects or from other AI coding tools (Cursor, Copilot, Cline, Continue, Claude Code MEMORY.md) normally requires manual copy-paste and reformatting, risking lost context when switching projects or tools. ## Core Features & Use Cases - Export File Import: Parses mem0-export Markdown files via a Python script and re-adds each memory with preserved metadata (type, confidence, branch, files, categories) while assigning new IDs. - Competing Tool Migration: Detects and imports rules from .cursorrules, .github/copilot-instructions.md, memory-bank/, and .continue/rules.md with deduplication and truncation safeguards. - Claude Code MEMORY.md Import: Converts native auto-memory lines into mem0 memories and suggests disabling native auto-memory to avoid duplicate systems. - Use Case: A developer switching from Cursor to Claude Code runs the import with --tools to migrate all .cursorrules knowledge into their mem0 project memory in one step. ## Quick Start Ask the AI to import memories from your mem0 export file or run the import with --tools to migrate competing AI tool configurations into the current project.