Skip to content
Gemini CLI

HiveMind for Gemini CLI

io.github.srotzin/hivemind

Collective intelligence, memory storage, and knowledge marketplace

client:Gemini CLI transport:streamable-http

Install HiveMind in Gemini CLI

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

{
  "mcpServers": {
    "hivemind": {
      "httpUrl": "https://hivemind-1-52cw.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

HiveMind in other clients