shell_execute
Executes whitelisted shell commands like grep, find, and ls remotely, with support for stdin input, a specified working directory, and timeout controls via the MCP shell server.
Instructions
Execute a shell command Allowed commands: grep, find, echo, cat, ls
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command and its arguments as array | |
directory | Yes | Working directory where the command will be executed | |
stdin | No | Input to be passed to the command via stdin | |
timeout | No | Maximum execution time in seconds |