Back to MCP directory
publicPublicdnsLocal runtime

mcp

一个基于模型上下文协议(MCP)的智能AI客服系统,包含后端MCP服务工具和前端管理仪表盘。

article

README

🚀 MCP 驱动的 AI 支持服务台

本项目是一个由人工智能驱动的智能客户支持系统,借助模型上下文协议(MCP)构建,能够高效处理客户的各类需求。

🚀 快速开始

项目结构

  • mcp-server/:后端服务,利用 MCP 为各种工具(订单、票务、邮件、知识库)提供支持。
  • dashboard/:使用 Next.js 构建的前端管理仪表盘。

启动步骤

  1. 配置 mcp-server
  2. 配置 dashboard
help

Runtime guide

cloud

Hosted runtime

Hosted 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

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

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

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client