Skip to content
Grok

trust for Grok

io.github.agntor/trust

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

client:Grok transport:stdio runtime:npm

Install trust in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

trust in other clients