This guide shows a practical way to migrate durable information from ChatGPT into kontxt. ChatGPT memory is locked to one provider. kontxt is local first and works across MCP compatible hosts.Documentation Index
Fetch the complete documentation index at: https://docs.4stax.com/llms.txt
Use this file to discover all available pages before exploring further.
This guide migrates durable facts and preferences. It does not migrate hidden provider specific embeddings or internal ranking state. The goal is portability and clarity.
What to migrate
Focus on durable items:- Preferences, such as language and formatting.
- Identity facts, such as your role and projects.
- Stable project context, such as stack and constraints.
- Decisions, such as architecture choices and why.
- Secrets.
- Large transcripts.
- Anything you would not want stored in a local SQLite file.
Step 1: Export what you can from ChatGPT
ChatGPT provides an export feature that produces files containing your data. The exact export format may change. Your goal is to extract a plain text list of durable statements.Step 2: Convert to a simple text file
Create a file calledchatgpt-migration.txt and write one item per line. Keep each line short.
Example:
Step 3: Initialize kontxt
Step 4: Import using capture
Step 5: Review and clean up
List and search to confirm the migration:Suggested migration checklist
- Migrate preferences first.
- Migrate one project at a time.
- Keep decisions as single sentence statements with a reason.
- After migration, ask your MCP host a few questions that should trigger retrieval.

