Skip to content
Gemini CLI

horoshop for Gemini CLI

io.github.ecomkit-com-ua/horoshop

MCP server for the Horoshop e-commerce API — orders, catalog, customers, webhooks

client:Gemini CLI transport:stdio runtime:npm

Install horoshop in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "horoshop": {
      "command": "npx",
      "args": [
        "-y",
        "horoshop-mcp"
      ],
      "env": {
        "HOROSHOP_DOMAIN": "<HOROSHOP_DOMAIN>",
        "HOROSHOP_LOGIN": "<HOROSHOP_LOGIN>",
        "HOROSHOP_PASSWORD": "<HOROSHOP_PASSWORD>",
        "HOROSHOP_READONLY": "<HOROSHOP_READONLY>",
        "HOROSHOP_TIMEOUT_MS": "<HOROSHOP_TIMEOUT_MS>",
        "HOROSHOP_MAX_RESPONSE_BYTES": "<HOROSHOP_MAX_RESPONSE_BYTES>",
        "HOROSHOP_INSECURE_HTTP": "<HOROSHOP_INSECURE_HTTP>"
      }
    }
  }
}

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

horoshop in other clients