> ## 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 VS Code and Copilot to Deepmerge

> Connect VS Code agent mode with GitHub Copilot to Deepmerge: install the MCP server with one click or add it by hand, then sign in through your browser.

Works with VS Code in agent mode (GitHub Copilot).

<Card title="Add to VS Code" icon="rocket" href="vscode:mcp/install?%7B%22name%22%3A%22deepmerge%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapp.deepmerge.ai%2Fmcp%22%7D">
  One click adds Deepmerge to VS Code, then sign in through your browser.
</Card>

<Accordion title="Prefer to add it by hand?">
  <Steps>
    <Step title="Open the command palette">
      Press <kbd>Cmd/Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and run **MCP: Add Server**.
    </Step>

    <Step title="Select HTTP and paste the link">
      Select **HTTP**, name it `deepmerge`, and set the URL to:

      ```
      https://app.deepmerge.ai/mcp
      ```
    </Step>

    <Step title="Sign in">
      Your browser opens; sign in to Deepmerge to finish.
    </Step>
  </Steps>
</Accordion>

<Note>
  No API key. VS 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).
