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

# Set up Cline

> Connect Cline to the global Tilde MCP server with secure Tilde login.

[← All clients](/docs/connect-your-agent)

<Steps>
  <Step title="Open MCP settings">
    In VS Code with Cline installed, click the **MCP Servers** icon in the Cline navigation bar.
  </Step>

  <Step title="Edit the MCP config file">
    Click **Configure**, then click **Configure MCP Servers**.
  </Step>

  <Step title="Add the Tilde server">
    Add this configuration:

    ```json MCP Settings theme={"system"}
    {
      "mcpServers": {
        "tilde": {
          "url": "https://api.trytilde.ai/mcp",
          "type": "streamableHttp",
          "disabled": false
        }
      }
    }
    ```
  </Step>

  <Step title="Authorize">
    Save the configuration. Cline opens a browser window where you can authorize access to your Tilde account.
  </Step>
</Steps>
