Mem0 Import Import memories from a mem0 export file into the current project. Execution Step 1: Determine the export file to import If the user provided a filename as an argument to , use that file. Otherwise, list files in the current directory whose names contain : If multiple files are found, ask the user which one to import. If none are found, print: Step 2: Parse the export file Determine the plugin root. Use the appropriate variable for the current platform: - Claude Code: - Codex: - Cursor: Run the parser script to extract memory records as JSON: This outputs a JSON array where each el…