Skip to content
Gemini CLI

AgentTakt for Gemini CLI

io.github.ryoohshima/agenttakt

Review, edit, and approve AI agent task plans in a ComfyUI-style visual node editor in your terminal

client:Gemini CLI transport:stdio runtime:pypi

Install AgentTakt in Gemini CLI

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

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

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

AgentTakt in other clients