Skip to content
Gemini CLI

MCP Code Review Server for Gemini CLI

io.github.goodjobwilliam/aicraft-code-review

Code review as an MCP server — structured reviews with OWASP security scanning.

client:Gemini CLI transport:stdio runtime:pypi

Install MCP Code Review Server in Gemini CLI

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

{
  "mcpServers": {
    "aicraft-code-review": {
      "command": "uvx",
      "args": [
        "aicraft-code-review"
      ]
    }
  }
}

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 Review Server in other clients