Skip to content
Cursor

agenttrust for Cursor

io.github.bch1212/agenttrust

Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.

client:Cursor transport:stdio runtime:npm

Install agenttrust in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "agenttrust": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agenttrust-mcp"
      ],
      "env": {
        "AGENTTRUST_API_KEY": "<AGENTTRUST_API_KEY>",
        "AGENTTRUST_API_BASE": "<AGENTTRUST_API_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agenttrust in other clients