Memory Import
Import a conversation export from ChatGPT, Claude, Gemini, Copilot, or Perplexity
The user wants to import their AI conversation history from another platform.
Arguments: $ARGUMENTS (expected format: <platform> <file-path>)
Supported platforms: chatgpt, claude, gemini, copilot, perplexity.
- Parse the arguments. If the user did not provide both a platform and a file path, ask for the missing piece and stop.
- Read the file to verify it exists and is readable.
- Call
nex_importfrom thestudiomeyer-memoryMCP server with:platform: as givenfile_path: absolute pathaction: "analyze"first — this returns a preview of what would be imported without writing anything
- Show the user the preview: estimated number of sessions, learnings, entities, and decisions that would be created.
- Ask: "Import this? (yes/no)"
- If yes, call
nex_importagain withaction: "import". Report the final counts. - If no, tell the user nothing was imported.
Never skip the preview step. Imports are append-only but still worth confirming.