rUv's Claude-Flow, translated to the new Gemini CLI; transforming it into an autonomous AI development team.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gemini-flow": {
"command": "npx",
"args": [
"-y",
"clduab11/gemini-flow"
]
}
}
}
Run in terminal:
claude mcp add gemini-flow npx -y clduab11/gemini-flow
Add to .cursor/mcp.json:
{
"mcpServers": {
"gemini-flow": {
"command": "npx",
"args": [
"-y",
"clduab11/gemini-flow"
]
}
}
}