Skip to content
Cursor

agentresources mcp for Cursor

io.github.sznt2010/agentresources-mcp

MCP server for Agent Resources: Trust Cards, signed telemetry, ERC-8004 identity, x402.

client:Cursor transport:stdio runtime:npm

Install agentresources 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": {
    "agentresources-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentresources/mcp"
      ],
      "env": {
        "AR_API_BASE": "<AR_API_BASE>",
        "AR_AGENT_PRIVATE_KEY": "<AR_AGENT_PRIVATE_KEY>"
      }
    }
  }
}

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

agentresources mcp in other clients