Skip to content
Gemini CLI

fcop for Gemini CLI

io.github.joinwell52-ai/fcop

Durable tasks, reports, reviews and branch convergence for multi-agent teams over local files.

client:Gemini CLI transport:stdio runtime:pypi

Install fcop 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": {
    "fcop": {
      "command": "uvx",
      "args": [
        "fcop-mcp"
      ],
      "env": {
        "FCOP_PROJECT_DIR": "<FCOP_PROJECT_DIR>"
      }
    }
  }
}

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

fcop in other clients