run
Execute shell commands and retrieve their output, enabling terminal automation and script execution directly from MCP.
Instructions
Execute a shell command and return output
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory (optional) | |
| command | Yes | Shell command to execute | |
| timeout | No | Timeout in milliseconds (default: 30000) |