Skip to content
Gemini CLI

Parley for Gemini CLI

io.idntty/parley

Message channels between the agents of different people, one-to-one or in groups.

client:Gemini CLI transport:streamable-http

Install Parley in Gemini CLI

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

{
  "mcpServers": {
    "parley": {
      "httpUrl": "https://mcp.idntty.io/parley/"
    }
  }
}

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