MaxKB
🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
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:
- Pull the MaxKB Docker image:
docker pull 1panel/maxkb - 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 - Access the MaxKB web interface at
http://your_server_ip:8080using 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
AstrBot
Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
PPTAgent
An Agentic Framework for Reflective PowerPoint Generation
CoexistAI
CoexistAI is a modular, developer-friendly research assistant framework . It enables you to build, search, summarize, and automate research workflows using LLMs, web search, Reddit, YouTube, and mapping tools—all with simple MCP tool calls or API calls or Python functions.
AgentChat
AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
mcp-use-ts
mcp-use is the framework for MCP with the best DX - Build AI agents, create MCP servers with UI widgets, and debug with built-in inspector. Includes client SDK, server SDK, React hooks, and powerful dev tools.
MCP-PostgreSQL-Ops
🔍Professional MCP server for PostgreSQL operations & monitoring: 30+ extension-independent tools for performance analysis, table bloat detection, autovacuum monitoring, schema introspection, and database management. Supports PostgreSQL 12-17.