Skip to main content
Glama

ToolBox MCP Server

ssh_tool

Connect to an SSH server and execute commands remotely using this tool from the ToolBox MCP Server. Ideal for streamlined server management and automation tasks.

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

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