Skip to content
Gemini CLI

coolftp for Gemini CLI

io.github.anivdel/coolftp

Deploy a site to its SFTP/FTP host from a coding agent. Changed files only, undo, live checks.

client:Gemini CLI transport:stdio runtime:npm

Install coolftp in Gemini CLI

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

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

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

coolftp in other clients