Skip to content
Gemini CLI

Hera Agent Unity for Gemini CLI

io.github.notnull92/hera-agent-unity

Control and verify a live Unity Editor through a local, low-token MCP server.

client:Gemini CLI transport:stdio runtime:npm

Install Hera Agent Unity in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hera-agent-unity": {
      "command": "npx",
      "args": [
        "-y",
        "hera-agent-unity"
      ],
      "env": {
        "HERA_MCP_ENABLED": "<HERA_MCP_ENABLED>"
      }
    }
  }
}

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

Hera Agent Unity in other clients