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

# ChatGPT

> Create an app in ChatGPT's settings and approve the OAuth flow. About two minutes.

ChatGPT connects to xysq as an app you create in its settings. OAuth handles authentication. Takes about two minutes.

Prefer to watch first? The whole flow in one short video:

<video src="https://storage.googleapis.com/xysq_public/chatgpt_mcp/chat-gpt-integration.mp4" controls playsInline preload="metadata" />

<Steps>
  <Step title="Open ChatGPT's app settings">
    In **ChatGPT** (web or desktop app):

    1. Click your profile picture and open **Settings**.
    2. Go to **Apps**.
    3. Open **Advanced settings**.
  </Step>

  <Step title="Create the app">
    Click **Create app** and paste this URL into the **MCP server URL** field:

    ```text theme={"dark"}
    https://api.xysq.ai/mcp
    ```

    For **Authentication**, select **OAuth**.
  </Step>

  <Step title="Finish">
    Click **Create**. ChatGPT opens an OAuth window: sign in with your xysq account and approve the connection.

    That's it. ChatGPT can now push and pull context with your xysq memory.
  </Step>
</Steps>
