MCP Terminal

by sichang824
MIT License
3
  • Apple
  • Linux

execute_command

Run terminal commands remotely via the MCP Terminal server, retrieve outputs, and manage execution with configurable timeout and output-wait settings.

Instructions

Executes a terminal command

Input Schema

NameRequiredDescriptionDefault
commandYes
timeoutNo
wait_for_outputNo

Input Schema (JSON Schema)

{ "properties": { "command": { "title": "Command", "type": "string" }, "timeout": { "default": 10, "title": "Timeout", "type": "integer" }, "wait_for_output": { "default": true, "title": "Wait For Output", "type": "boolean" } }, "required": [ "command" ], "title": "execute_commandArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Terminal

Related Tools

    ID: j9u88p4d9r