Skip to content
Gemini CLI

Hive Compute for Gemini CLI

io.github.srotzin/hive-mcp-compute

HiveCompute MCP Server — decentralized inference router for AI agents

client:Gemini CLI transport:streamable-http

Install Hive Compute in Gemini CLI

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

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

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

Hive Compute in other clients