agenttrust for Claude Desktop
io.github.bch1212/agenttrust
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
client:Claude Desktop
transport:stdio
runtime:npm
Install agenttrust in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
],
"env": {
"AGENTTRUST_API_KEY": "<AGENTTRUST_API_KEY>",
"AGENTTRUST_API_BASE": "<AGENTTRUST_API_BASE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs