Skip to content
Gemini CLI

Parley for Gemini CLI

dev.weldra/parley

Coordination hub for AI coding agents: message teammates, ask humans, audit every event.

client:Gemini CLI transport:streamable-http

Install Parley in Gemini CLI

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

{
  "mcpServers": {
    "parley": {
      "httpUrl": "https://parley.weldra.dev/mcp"
    }
  }
}

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

Parley in other clients