探索
Pandoras Shell

Pandoras Shell

Pandora's Shell是一个MCP服务器项目,允许AI助手在用户系统上执行终端命令,需在受控环境中谨慎使用。
2.5分
12
2025-04-29 09:23:38
安装
内容详情
替代品
安装
复制以下命令到你的Client进行配置
{
  "mcpServers": {
    "pandoras-shell": {
      "command": "C:/path/to/cloned/Pandoras-Shell/venv/Scripts/python.exe",
      "args": [
        "C:/path/to/cloned/Pandoras-Shell/src/pandoras_shell/executor.py"
      ],
      "env": {
        "PYTHONPATH": "C:/path/to/cloned/Pandoras-Shell/src"
      }
    }
  }
}

{
  "mcpServers": {
    "pandoras-shell": {
      "command": "/path/to/cloned/Pandoras-Shell/venv/bin/python",
      "args": [
        "/path/to/cloned/Pandoras-Shell/src/pandoras_shell/executor.py"
      ],
      "env": {
        "PYTHONPATH": "/path/to/cloned/Pandoras-Shell/src"
      }
    }
  }
}
注意:您的密钥属于敏感信息,请勿与任何人分享。