agenttrust for Cline
io.github.bch1212/agenttrust
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
client:Cline
transport:stdio
runtime:npm
Install agenttrust in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
],
"env": {
"AGENTTRUST_API_KEY": "<AGENTTRUST_API_KEY>",
"AGENTTRUST_API_BASE": "<AGENTTRUST_API_BASE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs