Skip to content
Gemini CLI

crapkit for Gemini CLI

io.github.jeanfrancoisgagne/crapkit

Twelve tools to inspect CRAP scores, find work, and check edited functions against their ceiling.

client:Gemini CLI transport:stdio runtime:pypi

Install crapkit in Gemini CLI

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

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

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

crapkit in other clients