Skip to main content
Glama

MCP SSH Agent

by AiondaDotCom

uploadFile

Transfer a local file to a specified remote SSH host by providing the host alias, local file path, and remote destination path using MCP SSH Agent.

Instructions

Uploads a local file to an SSH host

Input Schema

NameRequiredDescriptionDefault
hostAliasYesAlias or hostname of the SSH host
localPathYesPath to the local file
remotePathYesPath on the remote host

Input Schema (JSON Schema)

{ "properties": { "hostAlias": { "description": "Alias or hostname of the SSH host", "type": "string" }, "localPath": { "description": "Path to the local file", "type": "string" }, "remotePath": { "description": "Path on the remote host", "type": "string" } }, "required": [ "hostAlias", "localPath", "remotePath" ], "type": "object" }
Install Server

Other Tools from MCP SSH Agent

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/AiondaDotCom/mcp-ssh'

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