Skip to main content
Glama

MCP SSH Agent

by AiondaDotCom

runCommandBatch

Executes multiple shell commands sequentially on an SSH host via the MCP SSH Agent, enabling automated and secure remote task execution.

Instructions

Executes multiple shell commands sequentially on an SSH host

Input Schema

NameRequiredDescriptionDefault
commandsYesList of shell commands to execute
hostAliasYesAlias or hostname of the SSH host

Input Schema (JSON Schema)

{ "properties": { "commands": { "description": "List of shell commands to execute", "items": { "type": "string" }, "type": "array" }, "hostAlias": { "description": "Alias or hostname of the SSH host", "type": "string" } }, "required": [ "hostAlias", "commands" ], "type": "object" }

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