Skip to main content

canpoint-knowledge-mcp

面向业务项目的知识库 MCP。安装后,AI 助手可以直接检索和阅读你项目的知识库 文档:查大纲、混合检索、读全文与章节、沿文档引用关系跳转;项目发布后, 还能一键把最新的 docs/ 同步进知识库。

能做什么

查询 MCP(只读,绑定一个项目):

工具 能力
get_outline 查看项目知识库的文档大纲(可按版本/分组过滤)
search 在项目范围内混合检索,命中结果带标题路径、父章节与行号
get_document 按文档路径读取全文
get_section 读取章节块及其父块、子块
hop 沿文档之间的引用边跳转相邻内容

同步 MCP(发布后更新知识库):

工具 能力
sync_now(project_root) 把业务项目 docs/ 下的最新文档提交到知识库,返回受理任务号;project_root 传业务项目的绝对根目录
sync_status(job_id) 查询同步任务进度,done / failed 为终态

怎么用

前提:

  • 一个可访问的 KB2 知识库服务(通常由团队统一部署,向管理员要地址)
  • 通过 npm 使用时需要先安装 uv

启动前设置两个环境变量,把 MCP 绑定到服务和项目:

KB_SERVER_URL=http://your-kb-service:8001
KB_PROJECT_KEY=your-project

Claude Code 配置示例(.mcp.json):

{
  "mcpServers": {
    "kb2-query": {
      "command": "npx",
      "args": ["-y", "canpoint-knowledge-mcp"],
      "env": {
        "KB_SERVER_URL": "http://your-kb-service:8001",
        "KB_PROJECT_KEY": "your-project"
      }
    },
    "kb2-sync": {
      "command": "npx",
      "args": ["-y", "--package", "canpoint-knowledge-mcp", "kb2-sync-mcp"],
      "env": {
        "KB_SERVER_URL": "http://your-kb-service:8001",
        "KB_PROJECT_KEY": "your-project"
      }
    }
  }
}

也可以用 Python 方式安装运行:

pip install canpoint-knowledge-mcp   # 提供 kb2-query-mcp / kb2-sync-mcp 命令
uvx canpoint-knowledge-mcp            # 免安装直接运行查询 MCP

推荐的发布规则(写入业务项目的 AGENTS.md):

发布成功后调用同步 MCP 的 sync_now(project_root="<当前项目绝对根目录>");
取得并汇报已受理的 job_id 后继续发布流程;除非知识库索引完成是发布门禁,
否则不要等待或轮询 sync_status。

项目

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

canpoint_knowledge_mcp-0.1.3.tar.gz (59.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

canpoint_knowledge_mcp-0.1.3-py3-none-any.whl (31.9 kB view details)

Uploaded Python 3

File details

Details for the file canpoint_knowledge_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: canpoint_knowledge_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 59.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for canpoint_knowledge_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 9e5dc03f60395fb22a59ef1d8ba65c69f2e688c601232c76bc5e4c95030c2334
MD5 78904a0b4b7b5008a8191798bba4cb1c
BLAKE2b-256 e33fd10c8c1b65bf7b373fc4c01a6306799b457f8404a470222a78ca57474088

See more details on using hashes here.

File details

Details for the file canpoint_knowledge_mcp-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: canpoint_knowledge_mcp-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 31.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for canpoint_knowledge_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 81461d8e635ea72a35a9720eb7183d66eea30a8a47ec3e5c48ffbdbb63e00714
MD5 f95dc881e270ad43b8c73913fe4a881f
BLAKE2b-256 a9b733a39bb3fcc87e5834b32ec78c5a3d1d1bf50ebf7de8e8dddf8f52b483c6

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

This release

0.1.3 This release

2 files

0.1.2

2 files

0.1.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page