Integrates with Google's Gemini CLI to perform deep analysis of local codebases, enabling tasks like architecture reviews, directory structure mapping, and multi-file research using Gemini's large context window.
⚠️ This package has been renamed to gemini-researcher
NOTICE:
better-gemini-mcphas been deprecated and renamed to gemini-researcher.Please use the new package going forward:
npm install -g gemini-researcherNPM: npmjs.com/package/gemini-researcher
GitHub: github.com/capyBearista/gemini-researcher
Better Gemini MCP (Deprecated)
A lightweight, stateless MCP (Model Context Protocol) server that lets developer agents (Claude Code, GitHub Copilot) delegate deep repository analysis to the Gemini CLI. The server is read-only, returns structured JSON (as text content), and is optimized to reduce the calling agent's context and model usage.
Migration Guide
Update your MCP client configuration to use gemini-researcher:
Before (deprecated):
After (current):
Why the rename?
The name gemini-researcher better reflects the project's expansion from just an MCP server to providing other agentic harnesses (i.e., CLI/headless mode + Agent Skills).
Full Documentation
For complete documentation, installation instructions, and usage examples, please visit:
→