Skip to main content
Glama

SSH MCP

ssh_download_file

Transfer files from a remote server to a local path using an active SSH connection, specifying both remote and local file paths for secure downloads.

Instructions

Download a file from the remote server

Input Schema

NameRequiredDescriptionDefault
connectionIdYesID of an active SSH connection
localPathYesPath where the file should be saved locally
remotePathYesPath to the file on the remote server

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "ID of an active SSH connection", "type": "string" }, "localPath": { "description": "Path where the file should be saved locally", "type": "string" }, "remotePath": { "description": "Path to the file on the remote server", "type": "string" } }, "required": [ "connectionId", "remotePath", "localPath" ], "type": "object" }
Install Server

Other Tools from SSH MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mixelpixx/SSH-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server