cli_tool
Execute single or multi-line commands synchronously or asynchronously with configurable timeout, working directory, and safe mode. Supports cross-platform execution for automation workflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | No | Single-line command content | |
commands | No | Multi-line command sequence (mutually exclusive with 'command') | |
cwd | No | Working directory (absolute or relative to build/) | |
mode | No | Execution mode: sync - synchronous blocking, async - asynchronous non-blocking | sync |
platform | No | Force execution context (win32, linux) | auto |
safe_mode | No | Enable dangerous command filtering | |
timeout | No | Command timeout in seconds |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from ToolBox MCP Server
Related Tools
- @xiaoguomeiyitian/ToolBox
- @jakenuts/mcp-cli-exec
- @spences10/mcp-wsl-exec
- @skydeckai/mcp-server-aidd
- @auchenberg/claude-code-mcp