Skip to main content
Glama

MCP SSH Tools Server

by nwnusun-cool

execute

Execute commands on remote servers via SSH using a specified server name and command input. Ideal for remote server management tasks within the MCP SSH Tools Server framework.

Instructions

执行远程命令 参数:

  • server_name: 服务器名称 (如果只有一个服务器配置,可以使用 'default')
  • command: 要执行的命令

Input Schema

NameRequiredDescriptionDefault
commandYes
server_nameYes

Input Schema (JSON Schema)

{ "properties": { "command": { "title": "Command", "type": "string" }, "server_name": { "title": "Server Name", "type": "string" } }, "required": [ "server_name", "command" ], "title": "executeArguments", "type": "object" }
Install Server

Other Tools from MCP SSH Tools 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/nwnusun-cool/mcp-server-ssh-tools'

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