shell_command
Run shell commands with a configurable working directory, shell, and timeout. Executes with the MCP server's OS permissions for controlled automation.
Instructions
Run a command with a working directory inside the configured shell root. Uses PowerShell on Windows and Bash on Linux/macOS by default. The command has the same OS permissions as this MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shell | No | Shell to use (default: auto). | |
| command | Yes | Command to execute. | |
| workdir | No | Working directory relative to the configured shell root (default: root). | |
| timeout_ms | No | Command timeout in milliseconds (default: 30000; bounded by server configuration). |