Integrations
Every AI you use.
One memory.
Your AI forgets what you told it yesterday. MemoryRouter keeps your conversational memory in one place, so you can bring your context into chat assistants, coding agents, and the apps you build. Choose your tool to get connected.
Save my memories01 / 03 entries
Chat assistants
Your context, wherever the conversation happens.
ChatGPT
Developer mode connectorSearch your shared memory and save the details you choose from ChatGPT.
https://mcp.memoryrouter.ai/mcpClaude and Cowork
Connector + optional skillsBring your memory into Claude conversations and Cowork tasks, with approved saves.
https://mcp.memoryrouter.ai/mcpClaude connectors
MCP in ClaudeConnect a memory vault directly through Claude’s custom connector settings.
https://mcp.memoryrouter.ai/mcp
02 / 13 entries
Coding agents
Keep the decisions. Pick up the project.
Claude Code
Native hooksRecall project context and capture conversations across sessions and compaction.
npx -y memoryrouter-claude initCodex
Native hooks + OAuthGive Codex persistent project memory with automatic recall and turn capture.
pbpaste | npx -y memoryrouter-codex init --scope user --auth oauth --api-key-stdinOpenClaw
Native pluginCarry conversational memory across agent sessions, channels, and model switches.
openclaw plugins install npm:mr-memoryDeepSeek Harness
Native pluginShare memory across dsh’s Web UI, messaging gateways, and headless sessions.
dsh plugin --profile <your-profile> add dsh-memoryrouterHermes Agent
Native pluginAutomatically capture clean conversations and recall relevant context across Hermes sessions.
pip install hermes-memoryrouter hermes-memoryrouter install hermes config set memory.provider memoryrouterNemoClaw
Sandbox setupConnect a sandboxed NemoClaw agent to your MemoryRouter vault.
npx @memoryrouter/nemoclaw setup --sandbox my-assistant --api-key <your-memory-key>Cursor
Custom base URLBring your memory into Cursor through its custom OpenAI-compatible connection.
https://api.memoryrouter.ai/v1Windsurf
Custom base URLUse shared memory in Windsurf configurations that expose a custom provider base URL.
https://api.memoryrouter.ai/v1Cline
Custom base URLConnect Cline using its OpenAI-compatible provider and a custom base URL.
https://api.memoryrouter.ai/v1Continue
Custom base URLAdd persistent context to existing Continue installations using an OpenAI-compatible provider.
https://api.memoryrouter.ai/v1Aider
Custom base URLCarry project context into Aider through the MemoryRouter proxy.
https://api.memoryrouter.ai/v1Cody
Custom base URLLet a Cody Enterprise administrator configure a compatible model connection to the proxy.
https://api.memoryrouter.ai/v1Zed
Custom base URLConnect Zed’s native assistant through a custom OpenAI- or Anthropic-compatible provider.
https://api.memoryrouter.ai/v1
03 / 08 entries
Frameworks and protocols
Build memory into the tools you make and the stack you already use.
Any MCP client
Remote MCP + OAuthConnect clients that support remote Streamable HTTP MCP and OAuth.
https://mcp.memoryrouter.ai/mcpLangChain
Python packageGive your agents retain and recall tools backed by user-scoped memory.
pip install langchain-memoryrouterLangGraph
Python packagePlace recall and retain nodes around model calls to carry context across graph runs.
pip install langchain-memoryrouterProxy API
OpenAI-compatible APIAdd memory to model requests through a drop-in API base URL.
https://api.memoryrouter.ai/v1MemoryRouter CLI
Command lineUpload files, search memories, and manage your vault from the terminal.
npm install -g @memoryrouter/cliOpen WebUI
Provider + history uploadConnect your chat UI to memory and backfill history with the upload function.
https://api.memoryrouter.ai/v1Local inference
Prepare + ingest APIKeep model calls in your own stack while MemoryRouter handles retrieval and storage.
POST /v1/memory/prepareSupported models
Provider compatibilityExplore the model and provider options available through the memory proxy.
04 / 04 entries
Data and imports
Bring the history. Keep the continuity.
ChatGPT to Claude memory transfer
Guided transferReview what ChatGPT can currently recall, save it, and pick up in Claude.
ChatGPT history import
Local archive importerImport your official ChatGPT export with a preview, explicit approval, and a receipt.
memoryrouter chatgpt-import inspect /path/to/export.zipAgent history import
Connector CLIBring local Claude Code, Codex, and OpenClaw conversation history into your vault.
npx memoryrouter-claude import --instructions memoryrouter-codex import --instructions openclaw mr import --instructionsVault transfer and graft
Memory APICopy conversation memories or selected matches between vaults without changing the source.
POST /v1/memory/transfer
One account. Your memory.
Change tools.
Not your starting point.
Connect the same vault in each tool. Chat connectors search and save when asked; hooks and API integrations handle memory through their own workflows.
Planning a setup? Browse the integration docs, compare the coding-tool connection options, or follow the OpenClaw multi-agent guide. For existing files and conversations, start with the import overview.