MCP Terminal Server

execute_command

Execute a command in the local system

Input Schema

NameRequiredDescriptionDefault
argsNoCommand arguments
commandYesCommand to execute
cwdNoWorking directory for command execution

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Command arguments", "items": { "type": "string" }, "type": "array" }, "command": { "description": "Command to execute", "type": "string" }, "cwd": { "description": "Working directory for command execution", "type": "string" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools