hyper-mcp-terminal logo

hyper-mcp-terminal

by bigsweetpotatostudio

The hyper-mcp-terminal allows you to run commands using npx. It may require C++ dependencies for node-pty.

View on GitHub

Last updated: N/A

npx -y hyper-mcp-terminal

普通安装

command:  npx

args:  -y hyper-mcp-terminal

env:  
    //(可选) 通过输出不变来判断是否结束 默认是 15次,检测间隔是100ms,也就是1.5s输出一直不变,表示命令结束了
    Terminal_End_CheckCount || 15;
    //(可选) 终端输出最大长度给大模型的
    Terminal_Output_MaxToken || 10000 
    //(可选) 终端 5分钟 没输入挂掉
    Terminal_Timeout || 5 * 60 * 1000 

失败解决办法

  1. 很多人安装失败,可能是这个依赖微软的node-pty,它又依赖C++环境。[教程]node-pty

使用图片

image

image

image

image

image

image

演示视频

https://www.youtube.com/watch?v=fVeUWu2Cvk0

Usage

hyperchat安装方式 下载地址

image

image