MCP 助手服务器

MCP 助手服务器

一个提供任务分析和工具推荐功能的 MCP 服务器。

快速开始

环境要求

  • Node.js >= 16.0.0
  • npm >= 7.0.0

安装步骤

  1. 克隆仓库: git clone https://github.com/Lutra23/mcp-assistant-server.git
  2. 进入项目目录: cd mcp-assistant-server
  3. 安装依赖: npm install

配置

  1. 复制配置文件模板: cp mcp-config.json.example mcp-config.json
  2. 修改 mcp-config.json 文件,设置端口和 API 密钥。

启动

  • 开发模式运行: npm run dev
  • 生产模式运行: npm run build npm start