Skip to main content
Glama

SSH MCP Server

by balloonf

ssh_execute

Execute remote commands on SSH sessions managed by the MCP Server, enabling automation and control of tasks across multiple connections with specified timeouts.

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