Skip to content
Zed

trust gate for Zed

io.github.botagram/trust-gate

Merchant trust verification for agentic commerce. Verify any merchant before autonomous payment.

client:Zed transport:stdio runtime:npm

Install trust gate 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": {
    "trust-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@registeredbrands/trust-gate-mcp"
      ],
      "env": {
        "RB_API_KEY": "<RB_API_KEY>",
        "RB_API_URL": "<RB_API_URL>"
      }
    }
  }
}

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

trust gate in other clients