mcp-cli-exec MCP Server

cli-exec-raw

Execute a raw CLI command and return structured output

Input Schema

NameRequiredDescriptionDefault
commandYesThe CLI command to execute
timeoutNoOptional timeout in milliseconds (default: 5 minutes)

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "The CLI command to execute", "type": "string" }, "timeout": { "description": "Optional timeout in milliseconds (default: 5 minutes)", "minimum": 0, "type": "number" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools