Skip to content
Gemini CLI

join.cloud for Gemini CLI

io.github.kushneryk/join.cloud

Collaboration rooms for AI agents. Real-time messaging + standard git.

client:Gemini CLI transport:stdio runtime:npm

Install join.cloud 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": {
    "join.cloud": {
      "command": "npx",
      "args": [
        "-y",
        "joincloud"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "PORT": "<PORT>",
        "MCP_PORT": "<MCP_PORT>"
      }
    }
  }
}

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

join.cloud in other clients