Skip to main content
Glama

ssh_run

Execute remote commands over SSH to run non-interactive operations on servers and retrieve output, exit codes, and error messages for remote administration tasks.

Instructions

Runs a non-interactive command remotely over SSH and returns stdout, stderr, and exit code

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to run remotely

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Command to run remotely", "minLength": 1, "type": "string" } }, "required": [ "command" ], "type": "object" }

Other Tools from SSH MCP Server

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

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