Skip to main content
Glama

MCP SSH Manager

by bvisible

ssh_upload

Transfer files from a local system to a remote server via SSH. Specify server name, local file path, and remote destination path to securely upload files across connected systems.

Instructions

Upload file to remote SSH server

Input Schema

NameRequiredDescriptionDefault
localPathYesLocal file path
remotePathYesRemote destination path
serverYesServer name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "localPath": { "description": "Local file path", "type": "string" }, "remotePath": { "description": "Remote destination path", "type": "string" }, "server": { "description": "Server name", "type": "string" } }, "required": [ "server", "localPath", "remotePath" ], "type": "object" }

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

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