Skip to content
Gemini CLI

hivelore for Gemini CLI

io.github.doucs91/hivelore

Deterministic gate: blocks any commit whose diff reintroduces a documented team mistake.

client:Gemini CLI transport:stdio runtime:npm

Install hivelore in Gemini CLI

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

{
  "mcpServers": {
    "hivelore": {
      "command": "npx",
      "args": [
        "-y",
        "@hivelore/mcp"
      ]
    }
  }
}

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

hivelore in other clients