one go multi-agent system like manus using any MCP you want with configuration // 一个go语言编写的类似manus的多智能体系统,可以通过配置连接任何你想使用的MCP组件
中文文档-------README-cn.md--------
A multi - agent self - planning system written in Go, adapted from OpenManus. It incorporates MCP (Model Context Protocol) configuration capabilities similar to Claude, allowing users to freely integrate third - party MCPs.

The config.yaml file is used to configure the system. Here is a basic guide on how to fill it:
PrimaryConfigModelSource: Specify the source of the model, e.g., doubao.ModelName: Name of the model, e.g., chatglm_pro.ApiKey: API key for accessing the model.ExecutorConfigSimilar to PrimaryConfig, used for the executor's model configuration.
AllMcpConfigtype: Protocol type, usually stdio.command: Command to start the MCP server, e.g., npx.env: Environment variables, such as API keys.args: Command - line arguments for starting the MCP server.Important: The Agent requires at least webSearch and FileSystem MCP plugins to function properly. We strongly recommend using the following plugins:
Refer to config/config - example.yaml for an example configuration.
{
"mcpServers": {
"go-manus-with-mcp": {
"command": "npx",
"args": []
}
}
}Related projects feature coming soon
Will recommend related projects based on sub-categories