Skip to main content
Glama

Gemini CLI Orchestrator MCP

by dnnyngyen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_CLI_PATHNoPath to the Gemini CLI executable. If not provided, the tool will attempt to automatically find it.

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
gemini_plan_analysis

Breaks down complex analysis goals into a step-by-step plan. Gives you the roadmap, you execute the steps.

This tool helps you plan multi-step analysis by guiding your thinking about:

  • How to decompose complex goals into manageable steps
  • What order to approach different aspects of your analysis
  • How to build understanding incrementally
  • How to use each step to inform the next

You execute the suggested gemini commands yourself using your bash tools.

gemini_craft_prompt

Helps you write better prompts for Gemini by suggesting effective commands and context.

This tool guides you on crafting effective bash commands for gemini collaboration:

  • How to write focused, specific prompts that get better results
  • How to select the right files for each analysis step
  • How to structure your bash commands for optimal collaboration
  • How to interpret and build on gemini's responses

You execute the suggested commands yourself using your bash tools.

gemini_iterate_analysis

Guide iterative analysis using observe-think-act cycles for dynamic problem-solving.

This tool helps you implement iterative analysis patterns that adapt based on findings:

  • How to structure reasoning before taking action
  • How to observe and interpret results effectively
  • How to reflect on findings and adjust strategy dynamically
  • How to decide when to continue iterating vs. when to conclude
  • How to handle unexpected results and pivot approaches

Based on ReAct patterns used by Gemini CLI itself for complex problem-solving workflows.

gemini_synthesize_findings

Combine insights from multiple analysis steps into comprehensive understanding.

This tool helps you synthesize results from multiple gemini interactions:

  • How to identify patterns and themes across different analyses
  • How to structure synthesis prompts that connect insights
  • How to build comprehensive understanding from incremental steps
  • How to formulate actionable conclusions

You execute the synthesis commands yourself using your bash tools.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dnnyngyen/gemini-cli-orchestrator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server