Skip to content
Gemini CLI

evmscope for Gemini CLI

io.github.calintzy/evmscope

EVM blockchain intelligence toolkit for AI agents. 20 tools across 5 chains. Zero config.

client:Gemini CLI transport:stdio runtime:npm

Install evmscope in Gemini CLI

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

{
  "mcpServers": {
    "evmscope": {
      "command": "npx",
      "args": [
        "-y",
        "evmscope"
      ]
    }
  }
}

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

evmscope in other clients