ManusMCP AI智能代理框架
STDIO基于Flowise的AI智能协作框架
基于Flowise的AI智能协作框架
An AI agent framework using Flowise to deploy AI team members with specialized capabilities.
Note: Tested with Anthropic models only. Reason
ManusMCP is a framework for orchestrating specialized AI agents that work together to accomplish complex tasks. The Model Context Protocol (MCP) enables these agents to collaborate effectively by providing a shared context and communication layer.
# Clone the repository git clone https://github.com/mantrakp04/manusmcp.git cd manusmcp/pytools # Install dependencies npm i -g bun bash flowise.sh
cp .env.example .env docker-compose up -d
cd pytools bunx @modelcontextprotocol/inspector uv run manusmcp
Recommended runtime: bun
This project is currently in development with initial working functionality. Here are the core components that could benefit from community contributions:
Agents.json
.runtime/index.ts
To contribute:
Currently testing in main branch.