better-gemini-mcp
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):
{
"mcpServers": {
"better-gemini": {
"command": "npx",
"args": ["better-gemini-mcp"]
}
}
}After (current):
{
"mcpServers": {
"gemini-researcher": {
"command": "npx",
"args": ["gemini-researcher"]
}
}
}Related MCP server: gemini-researcher
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:
→ github.com/capyBearista/gemini-researcher
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceA lightweight server that connects Claude Code with Google's Gemini AI models, allowing developers to leverage Gemini's massive context window (1M+ tokens) for code analysis without leaving their coding environment.Last updated234MIT
- AlicenseAqualityFmaintenanceA research proxy that lets Claude, Cursor, and other MCP clients utilize Gemini's generous free tier for deep codebase analysis without burning your main model's quota!Last updated656Mozilla Public 2.0
- Alicense-qualityBmaintenanceAn MCP server for AI-to-AI collaboration via the Gemini CLI. Available on npm: ask-gemini-mcp. Works with Claude Code, Claude Desktop, Cursor, Warp, Copilot, and 40+ other MCP clients. Leverage Gemini's massive 1M+ token context window for large file and codebase analysis while your primary AI handles interaction and code editing.Last updated12MIT
- AlicenseBqualityCmaintenanceThis is a powerful Model Context Protocol (MCP) server that integrates multiple AI coding agents—Anthropic Claude Code, OpenAI Codex, and Google Gemini—directly into your workflow. It enables seamless cross-provider analysis, leveraging Gemini's massive token window, Codex's specialized coding capabilities, and Claude's advanced reasoning.Last updated1050MIT
Related MCP Connectors
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/capyBearista/better-gemini-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server