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

# ChatGPT

> Connect Membase to ChatGPT as a custom app using MCP. Give ChatGPT persistent memory that remembers your preferences and context across every conversation.

<Warning>
  ChatGPT custom apps/connectors require a ChatGPT plan that supports custom connectors. If the Apps settings are not available, check your ChatGPT plan.
</Warning>

<Steps>
  <Step title="Enable Developer Mode and click Create app">
    Go to **Settings > Apps > Advanced Settings** in ChatGPT.

    <Frame caption="ChatGPT Advanced Settings">
      <img src="https://mintcdn.com/aristo_2/SyC5fNZLZj3t6Psb/images/installation/chatgpt-step1.png?fit=max&auto=format&n=SyC5fNZLZj3t6Psb&q=85&s=1c6ed2f82f92149505a4aaab7bd93ea2" alt="ChatGPT Advanced Settings" width="873" height="773" data-path="images/installation/chatgpt-step1.png" />
    </Frame>
  </Step>

  <Step title="Fill in the following details and click Create">
    | Field          | Value                               |
    | -------------- | ----------------------------------- |
    | Name           | `Membase`                           |
    | Description    | `Membase memory and wiki connector` |
    | URL            | `https://mcp.membase.so/mcp`        |
    | Authentication | `OAuth`                             |

    <Frame caption="ChatGPT app configuration">
      <img src="https://mintcdn.com/aristo_2/SyC5fNZLZj3t6Psb/images/installation/chatgpt-step2.png?fit=max&auto=format&n=SyC5fNZLZj3t6Psb&q=85&s=31ae7262287cb2049932e9a360d2bf40" alt="ChatGPT app configuration" width="521" height="894" data-path="images/installation/chatgpt-step2.png" />
    </Frame>
  </Step>

  <Step title="Authenticate and start using Membase in ChatGPT">
    Try something like: `@membase Brief me on my tasks for today.`

    <Frame caption="Using Membase in ChatGPT">
      <img src="https://mintcdn.com/aristo_2/SyC5fNZLZj3t6Psb/images/installation/chatgpt-step3.png?fit=max&auto=format&n=SyC5fNZLZj3t6Psb&q=85&s=45769d97a7019ba6ab2d959870a78058" alt="Using Membase in ChatGPT" width="1465" height="526" data-path="images/installation/chatgpt-step3.png" />
    </Frame>
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="Bring Your Context" icon="download" href="/getting-started/bring-context">
    Import chat history, connect apps, and more.
  </Card>

  <Card title="Use Your Context" icon="comment-dots" href="/getting-started/use-context">
    Chat with Memory, agent retrieval, and dashboard exploration.
  </Card>

  <Card title="Knowledge Wiki" icon="book" href="/features/wiki">
    Store factual knowledge alongside your memories.
  </Card>

  <Card title="Membase MCP" icon="link" href="/features/membase-mcp">
    See every MCP tool your agent can call.
  </Card>
</CardGroup>
