Skip to content
Gemini CLI

cockpit mcp for Gemini CLI

io.github.daleweaver1981/cockpit-mcp

40 AI prompts + self-hosted ops dashboard for homelab and small-team sysadmins

client:Gemini CLI transport:stdio runtime:npm

Install cockpit mcp in Gemini CLI

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

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

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

cockpit mcp in other clients