MCP Server
MCP
AgentTrust
MCP Server for Agent Reputation & Trust Scoring
Install
uvx agent-trust-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "agent-trust-mcp",
"version": "0.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PostgreSQL asyncpg connection string",
"isRequired": true,
"format": "string",
"name": "DATABASE_URL"
},
{
"description": "Redis connection string",
"isRequired": true,
"format": "string",
"name": "REDIS_URL"
},
{
"description": "Path to Ed25519 private key PEM file",
"isRequired": true,
"format": "string",
"name": "SIGNING_KEY_PATH"
},
{
"description": "Authentication provider: agentauth | standalone | both (default: both)",
"format": "string",
"name": "AUTH_PROVIDER"
},
{
"description": "Access token for AgentAuth MCP tool calls",
"format": "string",
"isSecret": true,
"name": "AGENTAUTH_ACCESS_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment