Skip to content
Cline

termcp for Cline

io.github.open-mcp-ai/termcp

An MCP server that lets AI agents act like a human at a real terminal, local or over SSH.

client:Cline transport:stdio runtime:oci

Install termcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "termcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/open-mcp-ai/termcp:0.2.2"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

termcp in other clients