Skip to main content
Glama

SSH MCP Server

by balloonf

ssh_connect

Establish and manage SSH connections to remote servers, execute commands, and monitor session health with the Model Context Protocol. Requires host, username, and password for secure access.

Instructions

SSH 서버에 연결하여 새 세션 생성

Input Schema

NameRequiredDescriptionDefault
hostYes
passwordYes
portNo
session_nameNo
usernameYes

Input Schema (JSON Schema)

{ "properties": { "host": { "title": "Host", "type": "string" }, "password": { "title": "Password", "type": "string" }, "port": { "default": 22, "title": "Port", "type": "integer" }, "session_name": { "default": null, "title": "Session Name", "type": "string" }, "username": { "title": "Username", "type": "string" } }, "required": [ "host", "username", "password" ], "title": "ssh_connectArguments", "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