Terminal Controller for MCP

by GongRzhe
Verified

execute_command

Run terminal commands directly and retrieve outputs with configurable timeout settings, enabling efficient system control and automation via the Terminal Controller for MCP.

Instructions

Execute terminal command and return results Args: command: Command line command to execute timeout: Command timeout in seconds, default is 30 seconds Returns: Output of the command execution

Input Schema

NameRequiredDescriptionDefault
commandYes
timeoutNo

Input Schema (JSON Schema)

{ "properties": { "command": { "title": "Command", "type": "string" }, "timeout": { "default": 30, "title": "Timeout", "type": "integer" } }, "required": [ "command" ], "title": "execute_commandArguments", "type": "object" }

You must be authenticated.

Other Tools from Terminal Controller for MCP

Related Tools

ID: i59xcpycnh