Skip to content
Gemini CLI

taskfleet mcp for Gemini CLI

io.github.bfai-1/taskfleet-mcp

Pay-per-call MCP tools: web search, scraping, on-chain wallet intel, extraction. x402 USDC on Base.

client:Gemini CLI transport:stdio runtime:npm

Install taskfleet mcp 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": {
    "taskfleet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "taskfleet-mcp"
      ],
      "env": {
        "BUYER_WALLET_PRIVATE_KEY": "<BUYER_WALLET_PRIVATE_KEY>",
        "TASKFLEET_URL": "<TASKFLEET_URL>"
      }
    }
  }
}

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

taskfleet mcp in other clients