VS Code

Connect DomainGenius MCP to VS Code's MCP support.

The endpoint is https://mcp.domaingenius.com.au/mcp. Project-scoped config goes in .vscode/mcp.json; user-scoped goes in your VS Code settings under mcp.servers.

json
{
  "servers": {
    "domaingenius": {
      "type": "http",
      "url": "https://mcp.domaingenius.com.au/mcp"
    }
  }
}
json
{
  "servers": {
    "domaingenius": {
      "type": "http",
      "url": "https://mcp.domaingenius.com.au/mcp",
      "headers": {
        "Authorization": "Bearer dg_live_..."
      }
    }
  }
}

Reload the window (Developer: Reload Window). The MCP panel lists domaingenius with its tool count once the server connects.

Last updated Edit this page
↑↓ navigate open esc close