Skip to main content
Glama

SSH MCP Server

by widjis

ssh_execute

Execute commands on a remote server via SSH using a specified connection ID. Define the command and working directory to streamline remote server management tasks.

Instructions

Execute a command on a remote SSH server

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to execute on remote server
connectionIdYesSSH connection ID
cwdNoWorking directory for command execution

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Command to execute on remote server", "type": "string" }, "connectionId": { "description": "SSH connection ID", "type": "string" }, "cwd": { "description": "Working directory for command execution", "type": "string" } }, "required": [ "connectionId", "command" ], "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/widjis/mcp-ssh'

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