Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

agenttrust in other clients