Skip to content
Gemini CLI

blast scope for Gemini CLI

io.github.atharva-jayappa/blast-scope

Contextual blast-radius scoring for shell commands an AI agent is about to run

client:Gemini CLI transport:stdio runtime:pypi

Install blast scope in Gemini CLI

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

{
  "mcpServers": {
    "blast-scope": {
      "command": "uvx",
      "args": [
        "blast-scope"
      ]
    }
  }
}

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

blast scope in other clients