> ## Documentation Index
> Fetch the complete documentation index at: https://help.memoryplugin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Platforms

> MemoryPlugin works with 21+ AI platforms and growing

export const ArticleInfo = ({author, lastUpdated}) => {
  const authorAvatar = author === 'Alara' ? '/images/author-alara.jpg' : author === 'asad' ? '/images/author-alara.jpg' : null;
  const formatDate = dateInput => {
    if (!dateInput) return '';
    if (typeof dateInput === 'string' && !dateInput.match(/^\d{4}-\d{2}-\d{2}/)) {
      return dateInput;
    }
    try {
      const date = new Date(dateInput);
      const now = new Date();
      const diffTime = Math.abs(now - date);
      const diffDays = Math.floor(diffTime / (1000 * 60 * 60 * 24));
      if (diffDays === 0) return 'today';
      if (diffDays === 1) return '1 day ago';
      if (diffDays < 7) return `${diffDays} days ago`;
      if (diffDays < 30) return `${Math.ceil(diffDays / 7)} week${Math.ceil(diffDays / 7) > 1 ? 's' : ''} ago`;
      if (diffDays < 365) return `${Math.ceil(diffDays / 30)} month${Math.ceil(diffDays / 30) > 1 ? 's' : ''} ago`;
      return `${Math.ceil(diffDays / 365)} year${Math.ceil(diffDays / 365) > 1 ? 's' : ''} ago`;
    } catch {
      return dateInput;
    }
  };
  return <div style={{
    display: "flex",
    alignItems: "center",
    gap: "8px",
    marginBottom: "16px",
    padding: "8px 12px",
    backgroundColor: "var(--ifm-color-emphasis-100)",
    borderRadius: "6px",
    fontSize: "14px",
    color: "var(--ifm-color-content-secondary)",
    border: "1px solid var(--ifm-color-emphasis-200)",
    opacity: "0.8"
  }}>
      <div style={{
    width: "40px",
    height: "40px",
    borderRadius: "50%",
    background: authorAvatar || "linear-gradient(45deg, #4F46E5, #7C3AED)",
    display: "flex",
    alignItems: "center",
    justifyContent: "center",
    color: "white",
    fontWeight: "bold",
    fontSize: "18px"
  }}>
        {authorAvatar ? <img src={authorAvatar} alt={author} style={{
    width: "100%",
    height: "100%",
    borderRadius: "50%"
  }} /> : author?.[0]?.toUpperCase()}
      </div>
      <div>
        <div style={{
    fontWeight: "400",
    fontSize: "14px"
  }}>Written by <span style={{
    fontWeight: "600"
  }}>{author}</span></div>
        <div style={{
    fontSize: "14px"
  }}>Last updated <span style={{
    fontWeight: "600"
  }}>{formatDate(lastUpdated)}</span></div>
      </div>
    </div>;
};

<ArticleInfo author="Alara" lastUpdated="2026-08-25" />

MemoryPlugin works across 21+ AI tools, so your memories, chat history, and files stay with you wherever you work. This page lists every platform, how to connect it, and what it can do with your chat history.

## Compatibility matrix

Two of the columns below are about chat history, and they mean different things:

* **Recall chat history**: your AI can pull relevant context from your past conversations on demand. It decides when to search and writes its own query.
* **Sync chat history**: new conversations on this platform are captured into MemoryPlugin automatically as you have them. Syncing happens through the browser extension, or through the desktop app for Claude Code, Codex, and Cursor.

You can also import chat history from an export file for a broader set of platforms. See [Chat History](/features/chat-history/introduction) for that path.

| Platform                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Recommended method              | Alternatives           | Recall chat history | Sync chat history |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | ---------------------- | :-----------------: | :---------------: |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/chatgpt.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=b9e857aa4a54df1a89a1e7f5b305c6e0" alt="ChatGPT" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/chatgpt.svg" /> **ChatGPT**                                                                                           | Browser extension               | Custom GPT             |          ✅          |         ✅         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/claude.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=c302a212e2acf4d71fd1d87febd9da20" alt="Claude" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/claude.svg" /> **Claude**                                                                                                     | Remote MCP + extension for sync | Browser extension only |          ✅          |         ✅         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/gemini.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=88e365394265edb87c71211b778f3231" alt="Gemini" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/gemini.svg" /> **Gemini**                                                                                                     | Browser extension               | -                      |          ✅          |        ✅ \*       |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/grok.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=e96cbc68dcead3718713f23bfab8c0b6" alt="Grok" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/grok.svg" /> **Grok**                                                                                                                         | Browser extension               | -                      |          ✅          |         ✅         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/deepseek.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=8f255b5510b8d15602f5b08ce6e9db70" alt="DeepSeek" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/deepseek.svg" /> **DeepSeek**                                                                                 | Browser extension               | -                      |          ✅          |         ✅         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/typingmind.png?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=58e9ca41b819183b08dff5f9c89784da" alt="TypingMind" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/typingmind.png" /> **TypingMind**                                                           | Browser extension               | Plugin, MCP Server     |          ✅          |         ✅         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/perplexity.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=35c29ad09cd3e3e897643469da14947b" alt="Perplexity" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/perplexity.svg" /> **Perplexity**                                                             | Browser extension               | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/google-ai-studio.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=3f017f820788e7aa64767b24c383b20a" alt="Google AI Studio" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/google-ai-studio.svg" /> **Google AI Studio** | Browser extension               | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/mistral.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=38fb03eaf7ea8426b1618bb9ebb68394" alt="Mistral" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/mistral.svg" /> **Mistral**                                                                                           | Browser extension               | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/poe.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=a7fea820aadcb04681c15b87f1dfce44" alt="Poe" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/poe.svg" /> **Poe**                                                                                                                                   | Browser extension               | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/librechat.jpg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=d40bdda44543ac9fee47de8619868eb0" alt="LibreChat" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/librechat.jpg" /> **LibreChat**                                                                     | Browser extension               | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/qwen.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=2c02d01d8e82509ef9855027bff38dee" alt="Qwen" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/qwen.svg" /> **Qwen**                                                                                                                         | Browser extension               | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/openrouter.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=5da3250538b396762e51320406020379" alt="OpenRouter" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/openrouter.svg" /> **OpenRouter**                                                             | Browser extension               | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/chatllm.png?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=949eb2816a1a9e9b7165b396dd1c53aa" alt="ChatLLM" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/chatllm.png" /> **ChatLLM (Abacus)**                                                                                | Browser extension               | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/zai.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=a3cc757320e1816d2d6bd193c2ee1158" alt="Z.ai" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/zai.svg" /> **Z.ai**                                                                                                                                 | Browser extension               | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/kimi.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=903f72fa60bbd8806eeb39686effddd0" alt="Kimi" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/kimi.svg" /> **Kimi**                                                                                                                         | Browser extension               | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/minimax.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=48923c6f888d7f3a9f4f89a631443039" alt="MiniMax" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/minimax.svg" /> **MiniMax**                                                                                           | Browser extension               | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/notebooklm.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=7d232b8aabfe251a5a53db69f0427e42" alt="NotebookLM" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/notebooklm.svg" /> **NotebookLM**                                                           | Browser extension               | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/xiaomi-mimo.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=fe093eea5bafcd8da846f56f896bf4c5" alt="Xiaomi MiMo" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/xiaomi-mimo.svg" /> **Xiaomi MiMo**                                                   | Browser extension               | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/cursor.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=29e8dbf85127008ba0ed8381dbcddcf0" alt="Cursor" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/cursor.svg" /> **Cursor**                                                                                                     | MCP Server                      | Desktop app            |          ✅          |  ✅ (desktop app)  |
| **Windsurf**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | MCP Server                      | -                      |          ✅          |         ❌         |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/claude-code.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=b4532f52eb240ce5cbf58c0d0a7f0fcd" alt="Claude Code" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/claude-code.svg" /> **Claude Code**                                                   | MCP Server                      | Desktop app            |          ✅          |  ✅ (desktop app)  |
| <img src="https://mintcdn.com/memoryplugin/0D7zqA9Ak-TR54pG/images/logos/codex.svg?fit=max&auto=format&n=0D7zqA9Ak-TR54pG&q=85&s=cc8e582b916480b128af9deb698380ee" alt="Codex" width="20" height="20" noZoom style={{ display: "inline-block", background: "#fff", borderRadius: "4px", padding: "2px", verticalAlign: "middle", boxSizing: "border-box", margin: "0 6px 0 0" }} data-path="images/logos/codex.svg" /> **Codex**                                                                                                               | MCP Server                      | Desktop app            |          ✅          |  ✅ (desktop app)  |
| **Sage**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | MCP Server                      | -                      |          ✅          |         ❌         |
| **Other MCP clients**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | MCP Server                      | -                      |          ✅          |         ❌         |
| **Any other platform**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | API / OpenAPI                   | -                      |       Via API       |         ❌         |

\* Gemini sync is experimental and can break when Gemini's web UI changes. Treat it as a preview.

<Note>
  MCP clients (Windsurf, Sage, and others) can recall your chat history through the `recall_chat_history` tool, but they can't capture it. Claude Code, Codex, and Cursor conversations sync through the [desktop app](/integrations/desktop-app); every other capture happens through the browser extension.
</Note>

## Primary platforms

<CardGroup cols={3}>
  <Card title="ChatGPT" icon="robot" href="/platforms/chatgpt">
    chatgpt.com, chat.openai.com. Browser extension, or a Custom GPT. Supports importing ChatGPT memories.
  </Card>

  <Card title="Claude" icon="robot" href="/platforms/claude">
    claude.ai. Browser extension, or the MCP Server for Claude Desktop.
  </Card>

  <Card title="Gemini" icon="robot" href="/platforms/gemini">
    gemini.google.com. Browser extension.
  </Card>
</CardGroup>

## Other web platforms

All of these use the browser extension:

* **Perplexity** (perplexity.ai)
* **Grok** (grok.com)
* **DeepSeek** (chat.deepseek.com)
* **Google AI Studio** (aistudio.google.com)
* **Mistral** (chat.mistral.ai)
* **Poe** (poe.com)
* **TypingMind** (typingmind.com), also supports the [plugin](/integrations/typingmind-plugin) and MCP Server
* **Qwen** (chat.qwen.ai)
* **OpenRouter** (openrouter.ai)
* **Z.ai** (chat.z.ai)
* **NotebookLM** (notebooklm.google.com)
* **LibreChat**, **ChatLLM (Abacus)**, **Kimi**, **MiniMax**, and **Xiaomi MiMo**

## MCP clients

Cursor, Windsurf, Claude Code, Sage, and other MCP-compatible clients connect through the [MCP Server](/integrations/mcp-server). They can store and search memories and recall your chat history, but they can't sync new conversations.

<Info>
  Don't see your platform? Request support by contacting us through the dashboard.
</Info>

## Integration methods

* **Browser Extension**: works on any of the web platforms listed above
* **MCP Server**: for MCP-compatible clients like Claude Desktop, Cursor, and Claude Code
* **Custom GPT**: a ChatGPT-native option using OpenAI Actions
* **TypingMind Plugin**: native TypingMind integration
* **API / OpenAPI**: direct integration for developers

See [Integrations](/integrations/overview) to pick the right one.

## Troubleshooting

<AccordionGroup>
  <Accordion title="Extension not working">
    * Refresh the page
    * Check the extension is enabled for this site
    * Update to the latest extension version
    * Contact support if the issue persists
  </Accordion>

  <Accordion title="Memory injection fails">
    * The platform may have changed its interface. Refresh the page first.
    * Update the extension to the latest version
    * Contact support with the platform details if it keeps happening
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={3}>
  <Card title="ChatGPT Guide" icon="robot" href="/platforms/chatgpt">
    Set up MemoryPlugin with ChatGPT
  </Card>

  <Card title="Claude Guide" icon="robot" href="/platforms/claude">
    Configure Claude with the extension or MCP
  </Card>

  <Card title="Gemini Guide" icon="robot" href="/platforms/gemini">
    Use MemoryPlugin with Gemini
  </Card>
</CardGroup>
