Skip to content
Gemini CLI

Bitview for Gemini CLI

io.github.bitcoinresearchkit/bitview

Read-only Bitcoin blockchain, mempool, mining, market, and on-chain analytics; no API key.

client:Gemini CLI transport:streamable-http

Install Bitview in Gemini CLI

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

{
  "mcpServers": {
    "bitview": {
      "httpUrl": "https://mcp.bitview.space/"
    }
  }
}

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

Bitview in other clients