MCP Directory
Back

MaxKB

by 1Panel-dev · Python · ★ 21,534

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

#agent#agentic-ai#chatbot#deepseek-r1#knowledgebase#langchain#llama3#llm#maxkb#mcp-server#ollama#pgvector#qwen3#rag

Install

pip install git+https://github.com/1Panel-dev/MaxKB.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "maxkb": {
      "command": "uvx",
      "args": [
        "git+https://github.com/1Panel-dev/MaxKB.git"
      ]
    }
  }
}

From the README

Open-source platform for building enterprise-grade agents 强大易用的企业级智能体平台 [中文(简体)] | [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, wi…
Read full README on GitHub →

Related ai & ml servers