Skip to content
Gemini CLI

Unswell for Gemini CLI

io.github.stokaro/unswell

Offline self-checking to reduce AI-style wording in source code and documentation.

client:Gemini CLI transport:stdio runtime:oci

Install Unswell in Gemini CLI

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

{
  "mcpServers": {
    "unswell": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/stokaro/unswell-mcp:0.1.0-alpha.4"
      ]
    }
  }
}

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

Unswell in other clients