Skip to content
Gemini CLI

ftp ssh mcp for Gemini CLI

io.github.chris221/ftp-ssh-mcp

Work with a remote host over FTP/FTPS/SFTP, SSH, and MySQL.

client:Gemini CLI transport:stdio runtime:npm

Install ftp ssh mcp in Gemini CLI

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

{
  "mcpServers": {
    "ftp-ssh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ftp-ssh-mcp"
      ]
    }
  }
}

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

ftp ssh mcp in other clients