Skip to content
Gemini CLI

mcp code sanitizer for Gemini CLI

io.github.notasandy/mcp-code-sanitizer

Strict AI code reviewer powered by Groq. Finds bugs and vulnerabilities.

client:Gemini CLI transport:stdio runtime:pypi

Install mcp code sanitizer in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-code-sanitizer": {
      "command": "uvx",
      "args": [
        "mcp-code-sanitizer"
      ],
      "env": {
        "GROQ_API_KEY": "<GROQ_API_KEY>"
      }
    }
  }
}

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

mcp code sanitizer in other clients