Skip to content
Gemini CLI

OpenHCS for Gemini CLI

io.github.openhcsdev/openhcs

Inspect, author, validate, and run high-content microscopy workflows.

client:Gemini CLI transport:stdio runtime:pypi

Install OpenHCS in Gemini CLI

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

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

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

OpenHCS in other clients