Jason 的 MCP 服务器集合

Jason 的 MCP 服务器集合

包含多个 Model Context Protocol (MCP) 服务器的配置和安装脚本。

快速入门

安装

  1. 确保已安装 Node.js (v16+)、GitPython
  2. 根据操作系统运行以下命令:
    • Linux/Mac: ./install.sh
    • Windows: install.bat
  3. 脚本会自动克隆仓库并设置每个服务器。

配置

  1. .env.template 文件复制为 .env
  2. 填写必要的 API 密钥和其他凭据。

启动

根据需要进入各服务器目录,启动服务。

卸载

运行卸载脚本:

  • Linux/Mac: ./uninstall.sh
  • Windows: uninstall.bat