Skip to main content
Glama

SSH MCP Server

by mfangtao

execute_ssh_command

Run commands on remote servers using SSH with support for password and private key authentication. Simplifies remote server management through the Model Context Protocol (MCP).

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" }

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