Skip to content
Gemini CLI

af360 for Gemini CLI

com.afeleos/af360

Watches your local projects and sites read-only and names what would be lost.

client:Gemini CLI transport:stdio runtime:npm

Install af360 in Gemini CLI

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

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

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

af360 in other clients