Skip to content
Claude Desktop

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

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

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

trust in other clients