execute-command
Run shell commands directly within PermShell MCP by specifying command, directory, timeout, and optional input, ensuring controlled execution with user permission.
Instructions
Execute a shell command
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | The shell command to execute | |
cwd | No | Directory to run the command in (defaults to system temp directory) | |
stdin | No | Optional input to provide to the command's standard input | |
timeout | No | Timeout in milliseconds after which the process is killed |