Skip to content
Gemini CLI

ChainScope for Gemini CLI

io.github.vohlsyr/chainscope

Multi-chain wallet intelligence: balances, transactions, ENS, OFAC screening across 7 chains.

client:Gemini CLI transport:streamable-http

Install ChainScope in Gemini CLI

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

{
  "mcpServers": {
    "chainscope": {
      "httpUrl": "https://chainsscope.duckdns.org/mcp/"
    }
  }
}

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

ChainScope in other clients