Skip to content
Gemini CLI

AgentFund for Gemini CLI

io.github.agentigris/agentfund

Fundraising tools for AI agents on Solana: create campaigns, donate via x402, check reputation.

client:Gemini CLI transport:stdio runtime:npm

Install AgentFund 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": {
    "agentfund": {
      "command": "npx",
      "args": [
        "-y",
        "@agentfund/mcp"
      ],
      "env": {
        "API_BASE_URL": "<API_BASE_URL>",
        "API_BEARER_TOKEN": "<API_BEARER_TOKEN>"
      }
    }
  }
}

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

AgentFund in other clients