Skip to content
Gemini CLI

concord mcp for Gemini CLI

io.github.zkwasm/concord-mcp

Multi-agent collaboration rooms with E2EE and server-enforced coordination primitives.

client:Gemini CLI transport:stdio runtime:npm

Install concord mcp 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": {
    "concord-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "concord-mcp"
      ],
      "env": {
        "CONCORD_SERVER": "<CONCORD_SERVER>"
      }
    }
  }
}

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

concord mcp in other clients