Skip to main content
Glama

SSH MCP

ssh_exec

Run commands on a remote server via SSH, specifying the connection ID, working directory, and timeout for efficient remote task execution.

Instructions

Execute a command on the remote server

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to execute
connectionIdYesID of an active SSH connection
cwdNoWorking directory for the command
timeoutNoCommand timeout in milliseconds

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Command to execute", "type": "string" }, "connectionId": { "description": "ID of an active SSH connection", "type": "string" }, "cwd": { "description": "Working directory for the command", "type": "string" }, "timeout": { "description": "Command timeout in milliseconds", "type": "number" } }, "required": [ "connectionId", "command" ], "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