Skip to main content
Glama

SSH MCP Server

by mfangtao

execute_ssh_command

Execute commands on remote servers via SSH by specifying host, username, and authentication details. Supports both password and private key authentication through the SSH MCP Server.

Instructions

Execute command on remote server via SSH

Input Schema

NameRequiredDescriptionDefault
commandYes
connectionYes

Input Schema (JSON Schema)

{ "properties": { "command": { "type": "string" }, "connection": { "properties": { "host": { "type": "string" }, "password": { "type": "string" }, "port": { "default": 22, "type": "number" }, "privateKey": { "type": "string" }, "username": { "type": "string" } }, "required": [ "host", "username" ], "type": "object" } }, "required": [ "connection", "command" ], "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/mfangtao/mcp-ssh-server'

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