Gemini Flow is an AI orchestration tool that exposes a CLI for managing AI agents. It provides tools for creating, deploying, and monitoring AI workflows. It connects to Gemini's API for agent execution and management. Developers use it to automate AI development tasks, manage agent teams, and monitor workflows.
Gemini Flow is an AI orchestration tool that exposes a CLI for managing AI agents. It provides tools for creating, deploying, and monitoring AI workflows. It connects to Gemini's API for agent execution and management. Developers use it to automate AI development tasks, manage agent teams, and monitor workflows.
npx -y @clduab11/gemini-flowAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"clduab11-gemini-flow-github": {
"command": "npx",
"args": [
"-y",
"npx -y @clduab11/gemini-flow"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from gemini flow?"
API Key Required
This server requires an API key from gemini flow. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| GEMINI_FLOW_API_KEY | Yes | Your gemini flow API key |
"What resources are available in gemini flow?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in gemini flow"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in gemini flow with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.