Skip to content
Gemini CLI

myopic for Gemini CLI

io.github.surajkgoyal/myopic

Code-review MCP: review a GitLab MR or GitHub PR against the whole codebase, not just the diff.

client:Gemini CLI transport:stdio runtime:pypi

Install myopic in Gemini CLI

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

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

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

myopic in other clients