Skip to content
Gemini CLI

agents.u.cash for Gemini CLI

io.github.uantum/agents-u-cash

Non-custodial HTTP-402 crypto payments for AI agents. 77-tool MCP server.

client:Gemini CLI transport:stdio runtime:oci

Install agents.u.cash in Gemini CLI

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

{
  "mcpServers": {
    "agents-u-cash": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"
      ]
    }
  }
}

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

agents.u.cash in other clients