Skip to content
Zed

ftp ssh mcp for Zed

io.github.chris221/ftp-ssh-mcp

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

client:Zed transport:stdio runtime:npm

Install ftp ssh mcp in Zed

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

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

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

ftp ssh mcp in other clients