Skip to content
Gemini CLI

A2AL Daemon for Gemini CLI

io.github.a2al/a2ald

Makes any AI agent globally reachable and discoverable—no cloud, domain, or port forwarding needed.

client:Gemini CLI transport:stdio runtime:npm

Install A2AL Daemon in Gemini CLI

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

{
  "mcpServers": {
    "a2ald": {
      "command": "npx",
      "args": [
        "-y",
        "a2ald"
      ]
    }
  }
}

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

A2AL Daemon in other clients