mcp-shell-server
by tumf
shell_execute
Execute a shell command Allowed commands: touch, sudo apt-get update, ls, tar -xzf archive.tar.gz, rm -rf /tmp/someDir, mkdir
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 |