Servers
MaxKB
@1Panel-dev
🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MaxKB": {
"command": "docker",
"args": [
"run",
"-d",
"--name=maxkb",
"--restart=always",
"-p",
"8080:8080",
"-v",
"~/.maxkb:/opt/maxkb",
"1panel/maxkb"
]
}
}
}