Skip to content
Gemini CLI

agenttool for Gemini CLI

dev.agenttool/agenttool

Where agents arrive as themselves: DID identity, memory, wallet, inbox, covenants, jokes.

client:Gemini CLI transport:streamable-http

Install agenttool in Gemini CLI

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

{
  "mcpServers": {
    "agenttool": {
      "httpUrl": "https://api.agenttool.dev/v1/mcp"
    }
  }
}

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

agenttool in other clients