Skip to content
Cursor

agent trust mcp for Cursor

io.github.nikoble1926/agent-trust-mcp

ERC-8004 agent trust scores via x402: free preview + paid USDC-on-Base signed scores (5 chains)

client:Cursor transport:stdio runtime:npm

Install agent trust mcp 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": {
    "agent-trust-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nikosble1926/agent-trust-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
        "RESOURCE_SERVER_URL": "<RESOURCE_SERVER_URL>"
      }
    }
  }
}

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

agent trust mcp in other clients