Skip to content
Gemini CLI

coinopai mcp for Gemini CLI

io.github.clawdbotworker/coinopai-mcp

Kronos crypto signals + trade decisions + 819 automation prompts. x402 micropayments, USDC/Base.

client:Gemini CLI transport:stdio runtime:npm

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

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

coinopai mcp in other clients