MCPcopy
hub / github.com/1Panel-dev/MaxKB

github.com/1Panel-dev/MaxKB @v2.10.2-lts sqlite

repository ↗ · DeepWiki ↗ · release v2.10.2-lts ↗
7,600 symbols 29,346 edges 1,375 files 509 documented · 7%
README

MaxKB

Open-source platform for building enterprise-grade agents

强大易用的企业级智能体平台

1Panel-dev%2FMaxKB | Trendshift

License: GPL v3 Latest release Stars
Download

[中文(简体)] | [English]


MaxKB = Max Knowledge Brain, it is an open-source platform for building enterprise-grade agents. MaxKB integrates Retrieval-Augmented Generation (RAG) pipelines, supports robust workflows, and provides advanced MCP tool-use capabilities. MaxKB is widely applied in scenarios such as intelligent customer service, corporate internal knowledge bases, academic research, and education.

  • RAG Pipeline: Supports direct uploading of documents / automatic crawling of online documents, with features for automatic text splitting, vectorization. This effectively reduces hallucinations in large models, providing a superior smart Q&A interaction experience.
  • Agentic Workflow: Equipped with a powerful workflow engine, function library and MCP tool-use, enabling the orchestration of AI processes to meet the needs of complex business scenarios.
  • Seamless Integration: Facilitates zero-coding rapid integration into third-party business systems, quickly equipping existing systems with intelligent Q&A capabilities to enhance user satisfaction.
  • Model-Agnostic: Supports various large models, including private models (such as DeepSeek, Llama, Qwen, etc.) and public models (like OpenAI, Claude, Gemini, MiniMax, etc.).
  • Multi Modal: Native support for input and output text, image, audio and video.

Quick start

Execute the script below to start a MaxKB container using Docker:

docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/opt/maxkb 1panel/maxkb

Access MaxKB web interface at http://your_server_ip:8080 with default admin credentials:

  • username: admin
  • password: MaxKB@123..

中国用户如遇到 Docker 镜像 Pull 失败问题,请参照该 离线安装文档 进行安装。

Screenshots

MaxKB Demo1 MaxKB Demo2
MaxKB Demo3 MaxKB Demo4

Technical stack

Star History

Star History Chart

License

Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.gnu.org/licenses/gpl-3.0.html

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Extension points exported contracts — how you extend this code

IOptions (Interface)
(no doc)
ui/env.d.ts
ToolCalls (Interface)
(no doc)
ui/src/components/markdown/tool-calls-render/index.ts
Window (Interface)
(no doc)
ui/env.d.ts
ViewCardItem (Interface)
(no doc)
ui/src/components/dynamics-form/type.ts
TableColumn (Interface)
(no doc)
ui/src/components/dynamics-form/type.ts
ColorItem (Interface)
(no doc)
ui/src/components/dynamics-form/type.ts
Attrs (Interface)
(no doc)
ui/src/components/dynamics-form/type.ts

Core symbols most depended-on inside this repo

get
called by 1559
apps/application/views/application_chat.py
get
called by 1043
apps/models_provider/views/provide.py
get
called by 879
apps/knowledge/views/document.py
get
called by 600
apps/application/serializers/application_chat_record.py
get
called by 485
apps/tools/views/tool.py
append
called by 397
ui/src/api/type/application.ts
success
called by 287
apps/common/utils/fork.py
get
called by 280
ui/src/request/index.ts

Shape

Method 3,686
Class 1,977
Function 1,742
Route 111
Interface 68
Enum 16

Languages

Python81%
TypeScript19%

Modules by API surface

apps/knowledge/serializers/document.py103 symbols
apps/tools/serializers/tool.py96 symbols
apps/knowledge/views/document.py74 symbols
apps/application/serializers/application.py73 symbols
apps/users/serializers/user.py66 symbols
apps/knowledge/api/document.py65 symbols
apps/knowledge/serializers/knowledge.py59 symbols
apps/trigger/serializers/trigger.py57 symbols
apps/tools/views/tool.py56 symbols
apps/application/flow/workflow_manage.py56 symbols
apps/knowledge/models/knowledge.py55 symbols
apps/common/constants/permission_constants.py52 symbols

Dependencies from manifests, versioned

@antv/layout0.3.1 · 1×
@codemirror/lang-json6.0.1 · 1×
@codemirror/lang-python6.2.1 · 1×
@codemirror/theme-one-dark6.1.2 · 1×
@he-tree/vue2.10.5 · 1×
@logicflow/core1.2.27 · 1×
@tsconfig/node2222.0.1 · 1×
@types/crypto-js4.2.2 · 1×
@types/file-saver2.0.7 · 1×
@types/node22.14.0 · 1×
@types/node-forge1.3.14 · 1×

For agents

$ claude mcp add MaxKB \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact