Skip to content
Gemini CLI

AgentTrust — Identity & Trust for A2A Agents for Gemini CLI

ai.agenttrust/mcp-server

Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.

client:Gemini CLI transport:stdio runtime:npm

Install AgentTrust — Identity & Trust for A2A Agents 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agenttrust/mcp-server"
      ],
      "env": {
        "AGENTTRUST_API_KEY": "<AGENTTRUST_API_KEY>"
      }
    }
  }
}

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

AgentTrust — Identity & Trust for A2A Agents in other clients