What problem does it solve?
Automates MCP-based tool discovery and execution within Gemini workflows, reducing manual orchestration and ensuring consistent context handling.
Core Features & Use Cases
- Intelligent task orchestration: coordinates Gemini CLI and MCP subagents to locate and run appropriate MCP tools.
- Safe execution with approvals: uses auto-approval flags and stdin piping to preserve MCP initialization and guard against unsafe scripts.
- Fallback and recovery: gracefully falls back to the mcp-manager subagent when Gemini is unavailable, and suggests repair via ck:mcp-builder if needed.
- No script generation required: enforces that no new scripts are created; relies on existing tools.
Use cases include applying MCP tools to perform server operations, manage configurations, and execute commands while preserving context budget and ensuring JSON-structured outputs.
Quick Start
Run an MCP operation by piping input through Gemini CLI with auto-approval, and fallback to the mcp-manager subagent when needed.