MCP.so
登录

MaxKB

@1Panel-dev

关于 MaxKB

🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

基本信息

分类

其他

许可证

GPL-3.0

运行时

python

传输方式

stdio

发布者

1Panel-dev

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "MaxKB": {
      "command": "docker",
      "args": [
        "run",
        "-d",
        "--name=maxkb",
        "--restart=always",
        "-p",
        "8080:8080",
        "-v",
        "~/.maxkb:/opt/maxkb",
        "1panel/maxkb"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MaxKB?

MaxKB (Max Knowledge Brain) is an open-source platform for building enterprise-grade agents. It integrates Retrieval-Augmented Generation (RAG) pipelines, supports robust workflows, and provides advanced MCP tool-use capabilities.

How to use MaxKB?

Run a Docker container: docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/opt/maxkb 1panel/maxkb. Access the web interface at http://your_server_ip:8080 and log in with username admin and password MaxKB@123...

Key features of MaxKB

  • RAG pipeline with document upload and automatic crawling.
  • Agentic workflow with a powerful engine, function library, and MCP tools.
  • Zero-coding integration into third-party business systems.
  • Supports private models (DeepSeek, Llama, Qwen) and public models (OpenAI, Claude, Gemini, MiniMax).
  • Native support for text, image, audio, and video input/output.

Use cases of MaxKB

  • Intelligent customer service applications.
  • Corporate internal knowledge bases.
  • Academic research and education.
  • Smart Q&A for existing business systems.

FAQ from MaxKB

What

评论

其他 分类下的更多 MCP 服务器