execute-command
Run shell commands directly from LLMs with explicit user permission via PermShell MCP. Specify command, directory, timeout, and input for secure execution.
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 |