Back to MCP Directory
Connections & Capabilities
Connects To
GitHubDocker
Capabilities
readwriteexec
Quickstart
Install
pip install -rExposed MCP Tools (3)
high
write_to_terminalWrites a command to the active terminal session.
Allows arbitrary command execution on the server.
safe
read_terminal_outputRetrieves the output from the active terminal session.
Read-only operation with no side effects.
moderate
send_control_characterSends a control character to the terminal session (e.g., Ctrl+C).
Can interrupt or terminate processes, potentially causing disruption.
Safety Assessment
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.
- Basic authentication implemented.
- Rate limiting to prevent abuse.
- Input validation to mitigate command injection.
- Security headers to enhance security posture.
- Executes shell commands, posing a risk of arbitrary code execution.
- Relies on environment variables for API key, which can be insecure if not managed properly.
- Basic authentication may not be sufficient for high-security environments.
- Lacks comprehensive error handling, potentially exposing vulnerabilities.
