About Open Terminal MCP
Open Terminal MCP is an MCP server in the AI category: mCP server bridging Model Context Protocol clients to a containerised Open Terminal shell. It has been installed 0 times through Conduid.
Tools (5)
get_command_statusGet status and new output for a background command. Pass `next_offset` from a previous response to fetch only incremental output. Returns the process status (`running`/`done`/`killed`) and exit code.
Takes no parameters.
kill_commandTerminate a running command. Sends `SIGTERM` by default for graceful shutdown. Set `force` to true to send `SIGKILL`.
Takes no parameters.
list_commandsList all tracked background commands on the Open Terminal host, including running, done, and killed.
Takes no parameters.
run_commandRun a shell command on the Open Terminal host in the background. Returns a command id plus any output captured during the optional wait window. Poll with `get_command_status`. Supports chaining (`&&`, `
Takes no parameters.
send_command_inputWrite text to a running command's stdin. Include newline characters as needed. Use this to answer prompts, page through pagers, or drive interactive CLIs. Ctrl-C can be sent as `\x03`.
Takes no parameters.
Install
git clone https://github.com/BlankHtmlPage/open-terminal-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Open Terminal MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.