Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
MCP server that enables AI assistants to interact with Google Gemini CLI, leveraging Gemini's massive token window for large file analysis and codebase understanding
| Date | Stars |
|---|---|
| 2026-07-31 | 2267 |
| 2026-08-06 | 2268 |
Today
+1 stars today
This week
— stars this week
This month
— stars this month
Momentum
19.0
growth rate 0.00%/day
# Gemini MCP Tool <div align="center"> [](https://github.com/jamubc/gemini-mcp-tool/releases) [](https://www.npmjs.com/package/gemini-mcp-tool) [](https://www.npmjs.com/package/gemini-mcp-tool) [](https://opensource.org/licenses/MIT) [](https://github.com/jamubc/gemini-mcp-tool) </div> > 📚 **[View Full Documentation](https://jamubc.github.io/gemini-mcp-tool/)** - Search me!, Examples, FAQ, Troubleshooting, Best Practices This is a simple Model Context Protocol (MCP) server that allows AI assistants to interact with the [Gemini CLI](https://github.com/google-gemini/gemini-cli). It enables the AI to leverage the power of Gemini's massive token window for large analysis, especially with large files and codebases using the `@` syntax for direction. - Ask gemini natural questions, through claude or Brainstorm new ideas in a party of 3! <a href="https://glama.ai/mcp/servers/@jamubc/gemini-mcp-tool"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@jamubc/gemini-mcp-tool/badge" alt="Gemini Tool MCP server" /> </a> ## TLDR: [](#) + [](#)([](#)) **Goal**: Use Gemini's powerful analysis capabilities directly in Claude Code to save tokens and analyze large files. ## Prerequisites <details> <summary>🚀 <strong>Important: Gemini CLI is retired. This tool now defaults to Antigravity CLI (`agy`)</strong></summary> On **2026-06-18**, Google retired the Gemini CLI for **free, Google AI Pro, and Google AI Ultra** users (and individual Gemini Code Assist / GitHub-org users). Its successor is the **Antigravity CLI** (`agy`). See [Google's announcement](https://goo.gle/gemini-cli-migration). **From 2026-06-18 this tool selects the `agy` backend automatically.** If you are on an affected tier, just install `agy`: ```bash curl -fsSL https://antigravity.google/cli/install.sh | bash # macOS / Linux ``` Then run `agy` once to sign in. Nothing else to change. **Enterprise / Standard-license or paid-API-key user?** Your Gemini CLI access is **unaffected** by the retirement. To keep using it, set one env var on the MCP server: ```bash GEMINI_MCP_BACKEND=gemini ``` | Variable | Purpose | | --- | --- | | `GEMINI_MCP_BACKEND` | `gemini` or `agy`/`antigravity`. Unset uses the date-aware default (`agy` from 2026-06-18). | | `AGY_CLI_PATH` | Full path to the `agy` binary if it isn't on the server's PATH. | | `GEMINI_MCP_TIMEOUT` | Overall CLI run timeout in minutes (default 45). | The `agy` backend is **experimental**: print mode is Gemini 3.5 Flash-only, replies come from `agy`'s stdout (transcript recovery only as a fallback), and tool execution isn't sandboxed in `-p`. The tool emits a notice when a requested `model`/`sandbox` can't be honored, and surfaces `agy`'s own errors (quota, auth) verbatim. Full analysis: [docs/migration/antigravity-cli.md](docs/migration/antigravity-cli.md). </details> Before using this tool, ensure you have: 1. **[Node.js](https://nodejs.org/)** (v16.0.0 or higher) 2. **[Google Gemini CLI](https://github.com/google-gemini/gemini-cli)** installed and configured ### One-Line Setup ```bash claude mcp add gemini-cli -- npx -y gemini-mcp-tool ``` <details> <summary>For Windows users</summary> Use `-- y` instead of `-y`: ```bash claude mcp add gemini-cli -- npx -- y gemini-mcp-tool ``` </details> ### Verify Installation Type `/mcp` inside Claude Cod
Excerpt of 8,709 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:ad2a65564d4498f3, topic:mcp, topic:model-context-protocol, desc:mcp server