Skip to content
Gemini CLI

million for Gemini CLI

io.github.kelows/million

Operate a self-hosted Solana whale tracker and copy-trading deck: positions, rules, token checks.

client:Gemini CLI transport:stdio runtime:npm

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

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

million in other clients