Skip to main content
Glama

ToolBox MCP Server

ssh_tool

Execute remote commands securely on SSH servers by specifying the server name and command, ensuring efficient server management and automation.

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to execute
serverNameYesSSH server name

Input Schema (JSON Schema)

{ "description": "Connect to SSH server and execute commands", "name": "ssh_tool", "properties": { "command": { "description": "Command to execute", "type": "string" }, "serverName": { "description": "SSH server name", "type": "string" } }, "required": [ "serverName", "command" ], "type": "object" }

You must be authenticated.

Other Tools from ToolBox 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/xiaoguomeiyitian/ToolBox'

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