Loading MCP server directory, please wait...
MCP Server for Agent Reputation & Trust Scoring
npx @getmcp/cli add io.github.raditotev/agent-trustRequires Python 3.10+. Community-contributed server. Review source before installing.
DATABASE_URLPostgreSQL asyncpg connection string
REDIS_URLRedis connection string
SIGNING_KEY_PATHPath to Ed25519 private key PEM file
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.raditotev/agent-trust": {
"command": "uvx",
"args": [
"agent-trust-mcp"
],
"env": {
"DATABASE_URL": "",
"REDIS_URL": "",
"SIGNING_KEY_PATH": "",
"AUTH_PROVIDER": "",
"AGENTAUTH_ACCESS_TOKEN": ""
}
}
}
}