Skip to main content
Glama

MCP SSH Tools Server

by nwnusun-cool

execute

Run remote commands on servers via SSH using the MCP SSH Tools Server. Specify the server name and the command to execute, streamlining server management tasks efficiently.

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

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