Skip to main content
Glama

SSH MCP Server

by balloonf

ssh_execute

Execute commands on remote systems via established SSH sessions, managing inputs and timeouts for efficient remote task execution through the SSH MCP Server interface.

Instructions

SSH 세션에서 명령 실행

Input Schema

NameRequiredDescriptionDefault
commandYes
session_idYes
timeoutNo

Input Schema (JSON Schema)

{ "properties": { "command": { "title": "Command", "type": "string" }, "session_id": { "title": "Session Id", "type": "string" }, "timeout": { "default": 30, "title": "Timeout", "type": "integer" } }, "required": [ "session_id", "command" ], "title": "ssh_executeArguments", "type": "object" }
Install Server

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/balloonf/ssh_mcp'

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