Skip to main content
Glama

⚠️ This package has been renamed to gemini-researcher

NOTICE: better-gemini-mcp has been deprecated and renamed to gemini-researcher.

Please use the new package going forward:

npm install -g gemini-researcher

NPM: npmjs.com/package/gemini-researcher
GitHub: github.com/capyBearista/gemini-researcher


Better Gemini MCP (Deprecated)

NPM Version License: BSD-3 Claude

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


A
license - permissive license
-
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
2wRelease cycle
9Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    F
    maintenance
    A 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 updated
    234
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    An 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 updated
    12
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    This 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 updated
    10
    50
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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