agenttrust for Zed
io.github.bch1212/agenttrust
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
client:Zed
transport:stdio
runtime:npm
Install agenttrust in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
],
"env": {
"AGENTTRUST_API_KEY": "<AGENTTRUST_API_KEY>",
"AGENTTRUST_API_BASE": "<AGENTTRUST_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs