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
{
"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