Skip to content
Gemini CLI

agent-godmode for Gemini CLI

io.github.mdvohra/agent-godmode

Sandboxed workspace MCP: file ops, argv-only run_command, list_files; BYO LLM prompts.

client:Gemini CLI transport:stdio runtime:pypi

Install agent-godmode 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": {
    "agent-godmode": {
      "command": "uvx",
      "args": [
        "agent-godmode"
      ],
      "env": {
        "AGENT_GODMODE_ROOT": "<AGENT_GODMODE_ROOT>"
      }
    }
  }
}

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

agent-godmode in other clients