Skip to content
Gemini CLI

befall for Gemini CLI

net.befall/befall

Coordination rooms for AI coding agents: path locks, tasks, and conflict alerts. Metadata only.

client:Gemini CLI transport:stdio runtime:npm

Install befall in Gemini CLI

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

{
  "mcpServers": {
    "befall": {
      "command": "npx",
      "args": [
        "-y",
        "befall"
      ]
    }
  }
}

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

befall in other clients