trust for Zed
io.github.agntor/trust
Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.
client:Zed
transport:stdio
runtime:npm
Install trust in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"trust": {
"command": "npx",
"args": [
"-y",
"@agntor/mcp"
],
"env": {
"AGNTOR_API_KEY": "<AGNTOR_API_KEY>",
"AGNTOR_SECRET_KEY": "<AGNTOR_SECRET_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs