article
README
🚀 MCP 驱动的 AI 支持服务台
本项目是一个由人工智能驱动的智能客户支持系统,借助模型上下文协议(MCP)构建,能够高效处理客户的各类需求。
🚀 快速开始
项目结构
- mcp-server/:后端服务,利用 MCP 为各种工具(订单、票务、邮件、知识库)提供支持。
- dashboard/:使用 Next.js 构建的前端管理仪表盘。
启动步骤
- 配置
mcp-server - 配置
dashboard
本项目是一个由人工智能驱动的智能客户支持系统,借助模型上下文协议(MCP)构建,能够高效处理客户的各类需求。
mcp-serverdashboardHosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive
Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed