SSH MCP Server

rsync_copy

Transfer files between local and remote servers using rsync. Specify direction (toRemote or fromRemote), local path, remote path, and stored SSH credential name for secure file synchronization.

Instructions

Copy files/directories between local and remote server via rsync

Input Schema

NameRequiredDescriptionDefault
credentialNameYesName of the stored credential to use
directionYesDirection of copy (toRemote or fromRemote)
localPathYesPath on the local machine
remotePathYesPath on the remote server

Input Schema (JSON Schema)

{ "properties": { "credentialName": { "description": "Name of the stored credential to use", "type": "string" }, "direction": { "description": "Direction of copy (toRemote or fromRemote)", "enum": [ "toRemote", "fromRemote" ], "type": "string" }, "localPath": { "description": "Path on the local machine", "type": "string" }, "remotePath": { "description": "Path on the remote server", "type": "string" } }, "required": [ "credentialName", "localPath", "remotePath", "direction" ], "type": "object" }

You must be authenticated.

Other Tools from SSH MCP Server

Related Tools

ID: miatd78x95