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