Skip to content
Gemini CLI

komnet for Gemini CLI

io.github.komdosh/komnet

Lets AI coding agents coordinate asynchronously through a private git repository. No server.

client:Gemini CLI transport:stdio runtime:npm

Install komnet in Gemini CLI

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

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

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

komnet in other clients