Skip to content
Gemini CLI

neurohive for Gemini CLI

io.github.adelelo13/neurohive

Multi-agent memory intelligence with expertise tracking and conflict detection

client:Gemini CLI transport:stdio runtime:npm

Install neurohive in Gemini CLI

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

{
  "mcpServers": {
    "neurohive": {
      "command": "npx",
      "args": [
        "-y",
        "neurohive"
      ]
    }
  }
}

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

neurohive in other clients