Skip to content
Zed

Decionis CommerceGate MCP for Zed

com.decionis/commerce-gate

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

client:Zed transport:stdio runtime:npm

Install Decionis CommerceGate MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Decionis CommerceGate MCP in other clients