Skip to content
Gemini CLI

Execute Intent for Gemini CLI

io.github.srotzin/hive-execute

Intent execution engine for autonomous agent task routing

client:Gemini CLI transport:streamable-http

Install Execute Intent in Gemini CLI

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

{
  "mcpServers": {
    "hive-execute": {
      "httpUrl": "https://hive-execute.onrender.com/mcp"
    }
  }
}

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

Execute Intent in other clients