Skip to content
Zed

coolftp for Zed

io.github.anivdel/coolftp

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

client:Zed transport:stdio runtime:npm

Install coolftp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

coolftp in other clients