跨平台超级Shell MCP服务器

跨平台超级Shell MCP服务器

一个支持多平台的MCP服务器,用于安全执行Shell命令并提供审批机制。

快速入门

安装

使用 Smithery 自动安装: 运行以下命令: npx -y @smithery/cli install @cfdude/super-shell-mcp --client claude

手动安装:

  1. 克隆仓库:git clone https://github.com/cfdude/super-shell-mcp.git
  2. 进入目录:cd super-shell-mcp
  3. 安装依赖:npm install
  4. 构建项目:npm run build

启动

运行以下命令启动服务: npm start

或直接运行: node build/index.js

配置

在客户端配置文件中添加以下内容(以Roo Code为例): "super-shell": { "command": "npx", "args": [ "-y", "super-shell-mcp" ], "alwaysAllow": [], "disabled": false }

更多详细配置请参考README。