Skip to content
Claude Desktop

AgentTrust for Claude Desktop

io.github.raditotev/agent-trust

MCP Server for Agent Reputation & Trust Scoring

client:Claude Desktop transport:stdio runtime:pypi

Install AgentTrust 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": {
    "agent-trust": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

AgentTrust in other clients