Loading...
pip install -rwrite_to_terminalWrites a command to the active terminal session.
Allows arbitrary command execution on the server.
read_terminal_outputRetrieves the output from the active terminal session.
Read-only operation with no side effects.
send_control_characterSends a control character to the terminal session (e.g., Ctrl+C).
Can interrupt or terminate processes, potentially causing disruption.
This server allows AI agents to execute shell commands, which inherently carries risk. While it includes some security measures, it's best used in controlled environments with trusted AI agents. Avoid exposing it directly to the public internet without additional security layers.