Skip to main content
Glama

SSH MCP

ssh_upload_file

Transfer files from a local system to a remote server using an active SSH connection by specifying local and remote file paths.

Instructions

Upload a file to the remote server

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "ID of an active SSH connection", "type": "string" }, "localPath": { "description": "Path to the local file", "type": "string" }, "remotePath": { "description": "Path where the file should be saved on the remote server", "type": "string" } }, "required": [ "connectionId", "localPath", "remotePath" ], "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