Skip to content
Gemini CLI

agentresources mcp for Gemini CLI

io.github.sznt2010/agentresources-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install agentresources mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "agentresources-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentresources/mcp"
      ],
      "env": {
        "AR_API_BASE": "<AR_API_BASE>",
        "AR_AGENT_PRIVATE_KEY": "<AR_AGENT_PRIVATE_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

agentresources mcp in other clients