Skip to content
Windsurf

trust gate for Windsurf

io.github.botagram/trust-gate

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

client:Windsurf transport:stdio runtime:npm

Install trust gate in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "trust-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@registeredbrands/trust-gate-mcp"
      ],
      "env": {
        "RB_API_KEY": "<RB_API_KEY>",
        "RB_API_URL": "<RB_API_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

trust gate in other clients