MCP Terminal Server
by RinardNick
run_command
Run a terminal command with security controls.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allowedCommands | No | Optional list of allowed command executables | |
command | Yes | The command to execute | |
maxOutputSize | No | Maximum output size in bytes (default: 1MB) | |
timeoutMs | No | Maximum execution time in milliseconds (default: 30 seconds) |