home / mcp / better gemini mcp server

Better Gemini MCP Server

Provides a read-only MCP endpoint that delegates repository analysis to the Gemini CLI and returns structured JSON to clients.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "capybearista-better-gemini-mcp": {
      "command": "npx",
      "args": [
        "gemini-researcher"
      ]
    }
  }
}