> ## 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.

# Claude

> Connect Membase to Claude as a custom connector. Give Claude persistent memory that carries your context, preferences, and decisions across conversations.

<Steps>
  <Step title="Open Claude connector settings">
    Go to [Claude connector settings](https://claude.ai/settings/connectors) and click **Add custom connector**.
  </Step>

  <Step title="Add the Membase MCP server">
    Fill in the connector details:

    | Field                 | Value                        |
    | --------------------- | ---------------------------- |
    | Name                  | `Membase`                    |
    | Remote MCP server URL | `https://mcp.membase.so/mcp` |
  </Step>

  <Step title="Connect your Membase account">
    Click **Connect** and complete the Membase OAuth flow in your browser.
  </Step>

  <Step title="Start using Membase in Claude">
    Membase tools are now available in Claude wherever custom connectors are supported.
  </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>
