Skip to main content
Glama

MCP SSH Agent

by AiondaDotCom

runRemoteCommand

Execute shell commands on remote SSH hosts using a secure MCP interface. Specify the host alias and command to perform remote operations efficiently.

Instructions

Executes a shell command on an SSH host

Input Schema

NameRequiredDescriptionDefault
commandYesThe shell command to execute
hostAliasYesAlias or hostname of the SSH host

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "The shell command to execute", "type": "string" }, "hostAlias": { "description": "Alias or hostname of the SSH host", "type": "string" } }, "required": [ "hostAlias", "command" ], "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