Skip to content
Gemini CLI

Decionis CommerceGate MCP for Gemini CLI

com.decionis/commerce-gate

Commerce preflights, D365 authorization, signed evidence, and reports; no marketplace or ERP writes.

client:Gemini CLI transport:stdio runtime:npm

Install Decionis CommerceGate MCP 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": {
    "commerce-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@decionis/commerce"
      ],
      "env": {
        "DECIONIS_API_KEY": "<DECIONIS_API_KEY>",
        "DECIONIS_ORG_ID": "<DECIONIS_ORG_ID>",
        "DECIONIS_API_BASE": "<DECIONIS_API_BASE>"
      }
    }
  }
}

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

Decionis CommerceGate MCP in other clients