marc-shade/claude-flow-mcp
If you are the rightful owner of claude-flow-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Claude Flow MCP Server is a workflow orchestration and agent coordination server designed for complex multi-step AI tasks.
Claude Flow MCP Server
Multi-agent workflow orchestration and swarm coordination.
Part of the Agentic System - a 24/7 autonomous AI framework with persistent memory.
Workflow orchestration and agent coordination server for complex multi-step AI tasks.
Features
- Workflow Management: Define and execute multi-step AI workflows
- Agent Coordination: Coordinate multiple AI agents working on shared tasks
- State Management: Track workflow state and progress
- Error Handling: Robust error handling and recovery mechanisms
Requirements
- Node.js 18+
- Dependencies: express, ws, cors, helmet, yaml
Installation
npm install
Usage
npm start
Architecture
Built with:
- Express.js for HTTP endpoints
- WebSocket for real-time communication
- YAML for workflow definitions
Integration
Designed to work with Claude Code and other MCP-compatible AI systems for orchestrating complex multi-agent workflows.
License
MIT
Part of the MCP Ecosystem
This server integrates with other MCP servers for comprehensive AGI capabilities:
| Server | Purpose |
|---|---|
| enhanced-memory-mcp | 4-tier persistent memory with semantic search |
| agent-runtime-mcp | Persistent task queues and goal decomposition |
| agi-mcp | Full AGI orchestration with 21 tools |
| cluster-execution-mcp | Distributed task routing across nodes |
| node-chat-mcp | Inter-node AI communication |
| ember-mcp | Production-only policy enforcement |
See agentic-system-oss for the complete framework.