Skip to content
Cursor

trust for Cursor

io.github.agntor/trust

Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.

client:Cursor transport:stdio runtime:npm

Install trust in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "trust": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agntor/mcp"
      ],
      "env": {
        "AGNTOR_API_KEY": "<AGNTOR_API_KEY>",
        "AGNTOR_SECRET_KEY": "<AGNTOR_SECRET_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

trust in other clients