Token导航 LogoToken导航TokenDH.com
MCP Depedencies Install logo
开发工具未说明官方级别未说明来源级核验

MCP Depedencies Install

MCP Server

install all of deps for mcp server

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
跨平台依赖管理Shell

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Xeonice

提供方

Xeonice

最后核验

2026/5/18 03:28

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

MCP依赖关系安装程序

英语 | 简体中文 | 日本语

Node.js、npx和uv的跨平台依赖安装脚本。

支持的操作系统

  • Linux(Ubuntu、AlmaLinux/CentOS、Alpine)
  • macOS
  • 视窗

安装方法

Linux

Ubuntu/Debian

# Download the installation script
curl -O https://raw.githubusercontent.com/yourusername/mcp-depedencies-install/main/install_dependencies.sh

# Make the script executable
chmod +x install_dependencies.sh

# Run the installation script
./install_dependencies.sh

AlmaLinux/CentOS

# Download the installation script
curl -O https://raw.githubusercontent.com/yourusername/mcp-depedencies-install/main/install_dependencies.sh

# Make the script executable
chmod +x install_dependencies.sh

# Run the installation script
./install_dependencies.sh

Alpine Linux

# Download the installation script
curl -O https://raw.githubusercontent.com/yourusername/mcp-depedencies-install/main/install_dependencies.sh

# Make the script executable
chmod +x install_dependencies.sh

# Run the installation script
./install_dependencies.sh

macOS

# Download the installation script
curl -O https://raw.githubusercontent.com/yourusername/mcp-depedencies-install/main/install_dependencies.sh

# Make the script executable
chmod +x install_dependencies.sh

# Run the installation script
./install_dependencies.sh

视窗

# Download the installation script
curl -O https://raw.githubusercontent.com/yourusername/mcp-depedencies-install/main/install_dependencies.sh

# Make the script executable (if using Git Bash or WSL)
chmod +x install_dependencies.sh

# Run the installation script
./install_dependencies.sh

先决条件

Linux

  • curlsudo 安装在您的系统上
  • 对于Ubuntu/Debian: apt-get 包管理器
  • 对于AlmaLinux/CentOS: dnfyum 包管理器
  • 对于Alpine: apk 包管理器

macOS

  • curl 安装在您的系统上
  • Homebrew(如果不存在,将自动安装)

视窗

  • 已安装Windows软件包管理器(winget)
  • Git Bash、WSL或PowerShell用于运行脚本

安装什么

该脚本将安装以下依赖项:

  1. Node.js(v22.x LTS)
  2. npx(v10.x)
  3. 紫外线(v0.6.x)

测试

要跨不同环境测试安装脚本,请执行以下操作:

# Make the test script executable
chmod +x test_dependencies.sh

# Run the tests
./test_dependencies.sh

这将测试Docker容器中的安装脚本,模拟:

  • 乌班图
  • AlmaLinux(CentOS)
  • Alpine Linux
  • macOS
  • 视窗

备注

  • 该脚本需要Linux系统上的sudo权限
  • 安装后,您可能需要重新启动终端以使PATH更改生效
  • 对于Linux和macOS用户,该脚本会自动将本地bin目录添加到PATH中
  • Windows用户应确保在运行脚本之前安装了Windows软件包管理器(winget)

许可证

\[您的许可证在这里\]

目录标签

目录标签

跨平台依赖管理Shelldeveloper-toolsmcpdependenciesinstaller本地部署Node.js自动化安装

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP