Skip to content
Gemini CLI

codereviewbuddy for Gemini CLI

io.github.detailobsessed/codereviewbuddy

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

client:Gemini CLI transport:stdio runtime:pypi

Install codereviewbuddy in Gemini CLI

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

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

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

codereviewbuddy in other clients