← Index

AgentTrust

io.github.raditotev/agent-trust·v0.1.5·Other
Quality Score
79
/100

MCP Server for Agent Reputation & Trust Scoring

§01  Install
Claude Desktop (uvx)
{
  "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": "<your-agentauth_access_token>"
      }
    }
  }
}
§02  Environment variables
DATABASE_URL
required

PostgreSQL asyncpg connection string

REDIS_URL
required

Redis connection string

SIGNING_KEY_PATH
required

Path to Ed25519 private key PEM file

AUTH_PROVIDER

Authentication provider: agentauth | standalone | both (default: both)

AGENTAUTH_ACCESS_TOKEN
secret

Access token for AgentAuth MCP tool calls

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other