> ## 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 16+ AI platforms and growing

export const ArticleInfo = ({author, lastUpdated}) => {
  const authorAvatar = author === 'asad' ? '/images/author-asad.jpeg' : 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="asad" lastUpdated="2026-03-23" />

MemoryPlugin supports a growing list of AI platforms, allowing you to maintain consistent memory across all your favorite AI tools.

## Platform Compatibility

| Platform               | Recommended method | Alternatives       | Reads chat history | Imports chat history |
| ---------------------- | ------------------ | ------------------ | ------------------ | -------------------- |
| **ChatGPT**            | Browser extension  | Custom GPT         | ✅                  | ✅                    |
| **Claude**             | Browser extension  | MCP Server         | ✅                  | ✅                    |
| **Gemini**             | Browser extension  | -                  | ✅                  | ✅ (online sync)      |
| **Grok**               | Browser extension  | -                  | ✅                  | ✅                    |
| **DeepSeek**           | Browser extension  | -                  | ✅                  | ✅ (online sync)      |
| **Perplexity**         | Browser extension  | -                  | ✅                  | ❌                    |
| **AI Studio**          | Browser extension  | -                  | ✅                  | ❌                    |
| **Mistral**            | Browser extension  | -                  | ✅                  | ❌                    |
| **Poe**                | Browser extension  | -                  | ✅                  | ❌                    |
| **TypingMind**         | Browser extension  | Plugin, MCP Server | ✅                  | ✅                    |
| **LibreChat**          | Browser extension  | -                  | ✅                  | ❌                    |
| **Qwen**               | Browser extension  | -                  | ✅                  | ❌                    |
| **OpenRouter**         | Browser extension  | -                  | ✅                  | ❌                    |
| **ChatLLM**            | Browser extension  | -                  | ✅                  | ❌                    |
| **Chat Z.ai**          | Browser extension  | -                  | ✅                  | ❌                    |
| **Kimi**               | Browser extension  | -                  | ✅                  | ❌                    |
| **Cursor**             | MCP Server         | -                  | ✅                  | ❌                    |
| **Windsurf**           | MCP Server         | -                  | ✅                  | ❌                    |
| **Claude Code**        | MCP Server         | -                  | ✅                  | ❌                    |
| **Sage**               | MCP Server         | -                  | ✅                  | ❌                    |
| **Other MCP clients**  | MCP Server         | -                  | ✅                  | ❌                    |
| **Any other platform** | OpenAPI spec       | -                  | ❌                  | ❌                    |

## Primary Platforms

### ChatGPT

<Card title="ChatGPT Integration" icon="robot" href="/platforms/chatgpt">
  OpenAI's flagship conversational AI

  * **URLs**: chat.openai.com, chatgpt.com
  * **Best Integration**: Browser Extension
  * **Special Features**: Memory import from ChatGPT
</Card>

### Claude

<Card title="Claude Integration" icon="robot" href="/platforms/claude">
  Anthropic's advanced AI assistant

  * **URL**: claude.ai
  * **Best Integration**: Browser Extension
  * **Alternative**: MCP Server for Claude Desktop
</Card>

### Gemini

<Card title="Gemini Integration" icon="robot" href="/platforms/gemini">
  Google's multimodal AI model

  * **URL**: gemini.google.com
  * **Best Integration**: Browser Extension
</Card>

## Additional Platforms

### Perplexity

AI-powered search and research assistant

* **URL**: perplexity.ai
* **Integration**: Browser Extension

### Grok

xAI's conversational AI

* **URL**: grok.com
* **Integration**: Browser Extension

### Deepseek

Deepseek's AI chat interface

* **URL**: chat.deepseek.com
* **Integration**: Browser Extension

### Google AI Studio

Google's AI development platform

* **URL**: aistudio.google.com
* **Integration**: Browser Extension

### Mistral

Mistral AI's chat interface

* **URL**: chat.mistral.ai
* **Integration**: Browser Extension

### Poe

Quora's multi-model AI platform

* **URL**: poe.com
* **Integration**: Browser Extension

### TypingMind

Enhanced UI for various AI models

* **URL**: typingmind.com
* **Integration**: Browser Extension, Plugin, MCP Server

### LibreChat

Open-source AI chat interface

* **Integration**: Browser Extension

### QwenLM

Alibaba's Qwen language model interface

* **URL**: chat.qwen.ai
* **Integration**: Browser Extension

<Info>
  Request support for your favorite platform by contacting us through the Dashboard.
</Info>

## Integration Methods

* **Browser Extension**: Works on any web-based AI platform listed above
* **MCP Server**: For MCP-compatible clients (Claude Desktop, Cursor, etc.)
* **Custom GPT**: ChatGPT action integration
* **Plugin**: TypingMind plugin system
* **API/OpenAPI**: Direct integration for developers

## Troubleshooting

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

  <Accordion title="Memory injection fails">
    * Check that the platform hasn't updated their interface
    * Try refreshing the page
    * Contact support with platform details
  </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 MCP
  </Card>

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