1. Conduid
  2. AI
  3. Open Terminal MCP
MCP server · AI

Open Terminal MCP

MCP server bridging Model Context Protocol clients to a containerised Open Terminal shell

34Low

Scored 12 days ago · breakdown

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

Clone
git clone https://github.com/BlankHtmlPage/open-terminal-mcp

This 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

I know everything about Open Terminal MCP. Ask me about installation, configuration, usage, or troubleshooting.

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.
Questions

About Open Terminal MCP

How do I install Open Terminal MCP?

Run git clone https://github.com/BlankHtmlPage/open-terminal-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Open Terminal MCP safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Open Terminal MCP still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.