Skip to content
Gemini CLI

ghl command for Gemini CLI

io.github.drjerryrelth/ghl-command

GoHighLevel MCP for Claude: 250 tools, 51 modules, incl. the only programmatic GHL workflow builder

client:Gemini CLI transport:stdio runtime:npm

Install ghl command in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "ghl-command": {
      "command": "npx",
      "args": [
        "-y",
        "@elitedcs/ghl-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

ghl command in other clients