Skip to content
Gemini CLI

OpenReflex for Gemini CLI

io.github.vishnu-77/openreflex

Optional diagnostics MCP server for OpenReflex's ambient project muscle memory.

client:Gemini CLI transport:stdio runtime:pypi

Install OpenReflex in Gemini CLI

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

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

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

OpenReflex in other clients