run_command
Execute commands on a Linux machine with specified arguments, working directory, and optional STDIN input using the MCP server. Ideal for remote command execution and automation tasks.
Instructions
Run a command on this linux machine
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command with args | |
stdin | No | Optional, text to pipe into the command's STDIN. For example, pass a python script to python3. Or, pass text for a new file to the cat command to create it! | |
workdir | No | Optional, current working directory |