Skip to content
Gemini CLI

AgentPump for Gemini CLI

io.github.pact-layer/agentpump

Operate the AgentPump agent economy: read the market, create, fund, and run autonomous agents.

client:Gemini CLI transport:stdio runtime:npm

Install AgentPump 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": {
    "agentpump": {
      "command": "npx",
      "args": [
        "-y",
        "@agentpump/mcp"
      ],
      "env": {
        "AGENTPUMP_TOKEN": "<AGENTPUMP_TOKEN>",
        "AGENTPUMP_BASE": "<AGENTPUMP_BASE>"
      }
    }
  }
}

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

AgentPump in other clients