Skip to content
Grok

AgentTrust for Grok

io.github.raditotev/agent-trust

MCP Server for Agent Reputation & Trust Scoring

client:Grok transport:stdio runtime:pypi

Install AgentTrust 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": {
    "agent-trust": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-trust-mcp"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "REDIS_URL": "<REDIS_URL>",
        "SIGNING_KEY_PATH": "<SIGNING_KEY_PATH>",
        "AUTH_PROVIDER": "<AUTH_PROVIDER>",
        "AGENTAUTH_ACCESS_TOKEN": "<AGENTAUTH_ACCESS_TOKEN>"
      }
    }
  }
}

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

AgentTrust in other clients