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