Skip to main content
Glama

SSH MCP Server

by vilasone455

execute_command

Execute shell commands on remote Linux or Windows systems via SSH connections, returning stdout, stderr, and exit codes for efficient remote management.

Instructions

Run a shell command in an existing SSH session and return stdout/stderr/exitCode.

Input Schema

NameRequiredDescriptionDefault
commandYesShell command to execute
connection_idYes

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "command": { "description": "Shell command to execute", "type": "string" }, "connection_id": { "type": "string" } }, "required": [ "connection_id", "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/vilasone455/ssh-mcp-server'

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