turbo-flow
Turbo Flow is an advanced agentic development environment that supports various cloud and coding platforms.
Turbo Flow v4.0 is a comprehensive development environment designed for the Claude ecosystem, integrating orchestration, memory, codebase intelligence, and agent isolation into a seamless workflow. With over 600 AI subagents and features like automatic context loading, it enables users to deploy intelligent multi-agent swarms and coordinate autonomous workflows effectively. The latest version consolidates installation steps and enhances tools and plugins, making it easier for developers to utilize advanced capabilities.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"turbo-flow": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-turbo-flow"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions