Skip to content
Gemini CLI

blockfill for Gemini CLI

services.quantech/blockfill

Local-first crypto perp/spot execution (TWAP/maker) across 11 venues; keys stay on your machine.

client:Gemini CLI transport:stdio runtime:pypi

Install blockfill in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "blockfill": {
      "command": "uvx",
      "args": [
        "blockfill"
      ]
    }
  }
}

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

blockfill in other clients