
Go-Manus
Supports UIby xdl2003
Multi-agent self-planning system in Go that integrates any MCP server for autonomous task execution.
What it does
Go-Manus is a multi-agent self-planning system written in Go, adapted from OpenManus. It allows users to build autonomous agent workflows that can plan and execute complex tasks by leveraging the Model Context Protocol (MCP), enabling the integration of various third-party tools and services.
Tools
- WebSearch: Provides the agent with real-time internet access to gather information.
- FileSystem: Enables the agent to create, read, and edit files on the local machine.
- Playwright: Allows the agent to operate and interact with a web browser for complex web automation.
Installation
Add the following to your claude_desktop_config.json (assuming the server is compiled and available):
{
"mcpServers": {
"go-manus": {
"command": "/path/to/go-manus",
"args": []
}
}
}
Supported hosts
- claude
Quick install
git clone https://github.com/xdl2003/go-manus-with-mcp && cd go-manus-with-mcp && go build -o go-manus main.goInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






