Cline

Connect DomainGenius MCP to the Cline VS Code extension.

The endpoint is https://mcp.domaingenius.com.au/mcp.

  1. Open MCP settings

    Click the Cline icon in the activity bar, then the MCP Servers tab.

  2. Add a server

    Pick Edit MCP Settings. The settings file opens in the editor.

  3. Paste the config

    json
    {
      "mcpServers": {
        "domaingenius": {
          "url": "https://mcp.domaingenius.com.au/mcp",
          "transportType": "http"
        }
      }
    }
    json
    {
      "mcpServers": {
        "domaingenius": {
          "url": "https://mcp.domaingenius.com.au/mcp",
          "transportType": "http",
          "headers": {
            "Authorization": "Bearer dg_live_..."
          }
        }
      }
    }
  4. Verify

    Save. The Cline panel reloads the server list. Ask Cline to “list my DomainGenius orgs”.

Last updated Edit this page
↑↓ navigate open esc close