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

# Connect Claude Code to Deepmerge

> Connect the Claude Code CLI to Deepmerge using the official plugin: add the marketplace, install the plugin, and sign in through your browser.

The fastest way to connect Claude Code is the Deepmerge plugin.

<Steps>
  <Step title="Add the marketplace">
    In Claude Code, run:

    ```
    /plugin marketplace add the-s-anton/deepmerge-plugin
    ```
  </Step>

  <Step title="Install the plugin">
    ```
    /plugin install deepmerge@deepmerge
    ```
  </Step>

  <Step title="Sign in">
    Run `/mcp`, select **Deepmerge**, and press Enter. Your browser opens; click **Allow** to finish.
  </Step>
</Steps>

<Accordion title="Prefer to add it by hand?">
  Skip the plugin and add the server directly:

  ```bash theme={null}
  claude mcp add --transport http deepmerge https://app.deepmerge.ai/mcp
  ```

  Then run `/mcp`, select **Deepmerge**, and sign in through your browser.
</Accordion>

<Note>
  No API key. Claude Code signs in through your browser the first time and remembers it after that.
</Note>

Once connected, [ask your agent to save its first context](/workflow).
