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
{
"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