Get the FREE Ultimate OpenClaw Setup Guide →

MaxKB

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

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio 1panel-dev-maxkb docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data -v ~/.python-packages:/opt/maxkb/app/sandbox/python-packages 1panel/maxkb

How to use

MaxKB is an open-source platform designed for building enterprise-grade agents. It integrates Retrieval-Augmented Generation (RAG) pipelines, enabling users to upload documents directly or crawl online documents automatically. This functionality, combined with advanced text processing features, significantly enhances the smart Q&A interaction experience. Users can leverage the agentic workflow engine and function library to orchestrate AI processes tailored to complex business needs, making it suitable for applications such as intelligent customer service and corporate knowledge bases.

How to install

To install MaxKB, ensure you have Docker installed on your machine. Follow these steps:

  1. Pull the MaxKB Docker image:
    docker pull 1panel/maxkb
    
  2. Run the MaxKB container using the following command:
    docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data -v ~/.python-packages:/opt/maxkb/app/sandbox/python-packages 1panel/maxkb
    
  3. Access the MaxKB web interface at http://your_server_ip:8080 using the default credentials:
    • Username: admin
    • Password: MaxKB@123..

Additional notes

If you encounter issues pulling the Docker image, refer to the offline installation documentation. Ensure that your Docker environment is correctly configured and that you have sufficient permissions to run Docker commands. The default admin credentials should be changed after the initial login for security purposes.

Related MCP Servers

Sponsor this space

Reach thousands of developers