MaxKB
VerifiedOpen-source platform for enterprise-grade AI agents with RAG and workflows.
What is the MaxKB MCP server?
MaxKB combines a powerful workflow engine with MCP tool-use capabilities, enabling complex business process orchestration. It allows seamless zero-code integration into third-party systems for intelligent Q&A features across customer service, knowledge bases, research, and education scenarios.
Built with Vue.js, Django, LangChain, and PostgreSQL with pgvector, MaxKB runs easily via Docker and supports both private models like DeepSeek or Qwen and public ones such as OpenAI or Claude.
Install & connect
Set up this server, then add it to your MCP client.
Installation
Docker
docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/opt/maxkb 1panel/maxkFull setup instructions are in the GitHub repository.
Example prompts
Once connected, try asking your AI client:
Security & permissions
Runs locally via Docker on stdio transport with access to mounted volumes for document storage; requires no external API keys unless connecting to third-party LLMs.
What you can do with MaxKB
Intelligent Customer Service
Deploy RAG-powered chatbots that answer queries from uploaded company documents with reduced hallucinations.
Internal Knowledge Base
Create searchable corporate knowledge systems by crawling and vectorizing internal documents and web content.
Academic Research Assistant
Build agents that process research papers and multi-modal data for literature review and summarization tasks.
How to use MaxKB
- 1Run the Docker command to start the MaxKB container on port 8080.
- 2Mount a local volume for persistent data storage.
- 3Access the web UI at http://your_server_ip:8080 using default admin credentials.
- 4Upload documents or configure data sources to build RAG pipelines.
- 5Define workflows and connect supported LLMs for agent deployment.
MaxKB: pros & cons
Pros
- +Strong RAG and workflow features out of the box
- +Model-agnostic with broad LLM support
- +Easy Docker deployment and zero-code integration
- +Multi-modal input/output capabilities
Cons
- –No specific MCP tools documented in the README
- –Default credentials must be changed immediately for security
- –Primarily a full platform rather than lightweight MCP server
Frequently asked questions
MaxKB is an open-source enterprise agent platform featuring RAG, workflows, and MCP tool-use.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…