脚本工具是一个借助MCP执行命令行脚本的实用工具,能安全执行脚本,支持多解释器,具备超时保护与输出捕获功能,还可跨平台使用。
本工具通过MCP实现命令行脚本的执行,为用户提供安全、高效且跨平台的脚本执行体验。
有多种方式可以安装Script Tool:
script-mcp_linux_amd64
用于Linux。script-mcp_darwin_amd64
用于macOS。script-mcp_windows_amd64.exe
用于Windows。chmod +x script-mcp_*
sudo mv script-mcp_* /usr/local/bin/script-mcp@latest
go install github.com/nguyenvanduocit/script-mcp
{
"mcpServers": {
"script": {
"command": "/path-to/script-mcp"
}
}
}
git checkout -b feature/amazing-feature
)。git commit -m '添加一些很棒的功能'
)。git push origin feature/amazing-feature
)。本项目使用MIT License授权,具体内容见LICENSE文件。