turbo-flow-claude
Advanced Agentic Development Environment Supporting Devpods, Rackspace Spot Instances, Github Codespaces, Google Cloud Shell, and more! Features 600+ AI agents, Claude Flow, SPARC methodology, and automatic context loading! Deploy intelligent multi-agent swarms, coordinate autonomous workflows.
claude mcp add --transport stdio marcuspat-turbo-flow-claude node server.js \ --env PAL_API_KEY="your-pal-api-key" \ --env OPENAI_API_KEY="your-openai-api-key" \ --env CLAUDE_FLOW_API_KEY="your-claude-flow-api-key"
How to use
Turbo-Flow Claude is an integrated MCP server that brings together Claude Flow orchestration, AI agent capabilities, and developer tooling to accelerate end-to-end AI-assisted development. It exposes a suite of tools including Claude Code for AI-assisted coding, Claude Flow for orchestrating agent workflows, Claudish as a multi-model proxy, agtrace for agent observability with a live dashboard, and support for Spec-Kit and OpenSpec workflows. You can start the server locally and use its built-in MCPs to manage agent tasks, run cross-model analyses, and validate specs as you iterate on projects. The environment is designed to work in DevPod, GitHub Codespaces, or Google Cloud Shell, enabling rapid prototyping and collaboration. To interact with the server, run the provided start command and then use the included aliases and commands to launch specific capabilities like spec-driven development, multi-model coordination, and agent observation.
How to install
Prerequisites:
- Node.js (v14+ recommended) and npm
- Git
- Access to required API keys (OpenAI/Claude Flow/PAL) if you plan to enable model-based features
-
Clone the repository or pull the Turbo-Flow Claude project into your workspace
-
Install dependencies
npm install
- Configure environment variables
- Create a .env file or set environment variables for:
- OPENAI_API_KEY (or equivalent Claude Flow API key)
- CLAUDE_FLOW_API_KEY (if using Claude Flow integrations)
- PAL_API_KEY (if you enable PAL multi-model orchestration)
- Start the MCP server
node server.js
- Verify the server is running by visiting the appropriate local URL or checking logs for startup confirmation.
Additional notes
Tips:
- Ensure API keys are kept secure and not committed to version control.
- If you encounter initialization or path issues, check that you are running from the workspace root and that all dependencies are installed.
- The server integrates multiple tools (Spec-Kit, OpenSpec, agtrace, Claudish, PAL). Familiarize yourself with their specific commands and aliases in the README to maximize productivity.
- For debugging, use agtrace to monitor agent sessions and claude mcp commands to query or extend MCP capabilities.
Common issues:
- Missing API keys or invalid keys can cause model initialization failures. Double-check env vars.
- Dependency conflicts after npm install can be resolved by removing node_modules and reinstalling.
- If the server cannot access external models, verify network egress and API access permissions.
Related MCP Servers
ruflo
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
solace-agent-mesh
An event-driven framework designed to build and orchestrate multi-agent AI systems. It enables seamless integration of AI agents with real-world data sources and systems, facilitating complex, multi-step workflows.
agentic-radar
A security scanner for your LLM agentic workflows
browser-operator-core
Browser Operator - The AI browser with built in Multi-Agent platform! Open source alternative to ChatGPT Atlas, Perplexity Comet, Dia and Microsoft CoPilot Edge Browser
octomind
Highly configurable autonomous efficient-first agentic AI framework for CLI
ai-agents
Multi-agent system for software development