kb

Didione110/kb
★ 0 stars Python AI/LLM Updated today
科情客服智能知识库:VitePress 门户 + REST API + MCP Server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kb": {
      "command": "uvx",
      "args": [
        "kb"
      ]
    }
  }
}

Or install with pip: pip install kb

README Excerpt

基于钉钉 AI 表格「科情OA知识库数据梳理」+ 钉钉知识库双数据源构建的**客服智能知识库**。 面向客服机器人 / AI Agent / 客服人员:**准确定位问题 → 引用权威答案 → 精准回答**。 | 组件 | 路径 | 说明 | |------|------|------| | **数据层** | `knowledge/` | 3557 条结构化知识条目(单一事实源) | | **采集层** | `scripts/` | 钉钉同步 / 清洗 / 索引脚本 | | **Web 门户** | `portal/` | VitePress 站点(浏览器访问、搜索、分类树) | | **API 服务** | `server/` | REST API + MCP Server(供系统与 AI Agent 调用) |