trust for Claude Desktop
io.github.agntor/trust
Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.
client:Claude Desktop
transport:stdio
runtime:npm
Install trust in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"trust": {
"command": "npx",
"args": [
"-y",
"@agntor/mcp"
],
"env": {
"AGNTOR_API_KEY": "<AGNTOR_API_KEY>",
"AGNTOR_SECRET_KEY": "<AGNTOR_SECRET_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs