概要
A lightweight, stateless Model Context Protocol (MCP) server that acts as a research proxy, allowing developer agents like Claude Code, Cursor, and GitHub Copilot to delegate intensive codebase analysis to the Gemini CLI. It optimizes agent context and model usage by enabling Gemini to read large codebases locally and return structured JSON results, preventing the need for agents to consume tokens by copying entire files into their context. This offloading makes complex repository analysis practical and cost-efficient for AI-assisted development workflows.