Skip to content
Gemini CLI

CollHub for Gemini CLI

com.collhub/collhub

Documents, projects, comments, workflows and data sources of your CollHub instance, as tools.

client:Gemini CLI transport:stdio runtime:npm

Install CollHub in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "collhub": {
      "command": "npx",
      "args": [
        "-y",
        "@collhub/mcp"
      ],
      "env": {
        "COLLHUB_URL": "<COLLHUB_URL>"
      }
    }
  }
}

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

CollHub in other clients