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

# Codex

> Connect Membase to Codex via CLI setup. Give Codex persistent memory for coding preferences, project context, and past decisions.

<Steps>
  <Step title="Run this command in your terminal">
    ```bash theme={null}
    npx -y membase@latest --client codex
    ```

    A browser window opens automatically for authentication.
  </Step>

  <Step title="Authenticate and start using Membase in Codex">
    After logging in, Membase is ready to use immediately.
  </Step>
</Steps>
