.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/jamubc/gemini-mcp-tool
home/mcp-servers/jamubc/gemini-mcp-tool
jamubc avatar

gemini-mcp-tool

byjamubc· 1 MCP server

Installs

11k

Stars

2.3k

Forks

198

Category

Code Review & Refactor

View on GitHub

TL;DR

</div>

How to install gemini-mcp-tool?

jamubc/gemini-mcp-tool
$git clone https://github.com/jamubc/gemini-mcp-tool

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install gemini-mcp-tool by running `git clone https://github.com/jamubc/gemini-mcp-tool`, then use it for the current task and follow its documentation at https://github.com/jamubc/gemini-mcp-tool.

Files · 1

View on GitHub
README.md
1# Gemini MCP Tool
2 
3<div align="center">
4 
5[![GitHub Release](https://img.shields.io/github/v/release/jamubc/gemini-mcp-tool?logo=github&label=GitHub)](https://github.com/jamubc/gemini-mcp-tool/releases)
6[![npm version](https://img.shields.io/npm/v/gemini-mcp-tool)](https://www.npmjs.com/package/gemini-mcp-tool)
7[![npm downloads](https://img.shields.io/npm/dt/gemini-mcp-tool)](https://www.npmjs.com/package/gemini-mcp-tool)
8[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
9[![Open Source](https://img.shields.io/badge/Open%20Source-❤️-red.svg)](https://github.com/jamubc/gemini-mcp-tool)
10 
11</div>
12 
13> 📚 **[View Full Documentation](https://jamubc.github.io/gemini-mcp-tool/)** - Search me!, Examples, FAQ, Troubleshooting, Best Practices
14 
15This 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.
16 
17- Ask gemini natural questions, through claude or Brainstorm new ideas in a party of 3!
18 
19<a href="https://glama.ai/mcp/servers/@jamubc/gemini-mcp-tool">
20 <img width="380" height="200" src="https://glama.ai/mcp/servers/@jamubc/gemini-mcp-tool/badge" alt="Gemini Tool MCP server" />
21</a>
22 
23## TLDR: [![Claude](https://img.shields.io/badge/Claude-D97757?logo=claude&logoColor=fff)](#) + [![Gemini](https://img.shields.io/badge/Google%20Gemini-886FBF?logo=googlegemini&logoColor=fff)](#)([![Google Antigravity CLI](https://img.shields.io/badge/Antigravity%20%28agy%29-4285F4?logo=google&logoColor=fff)](#))
24 
25**Goal**: Use Gemini's powerful analysis capabilities directly in Claude Code to save tokens and analyze large files.
26 
27## Prerequisites
28 
29<details>
30<summary>🚀 <strong>Important: Gemini CLI is retired. This tool now defaults to Antigravity CLI (`agy`)</strong></summary>
31 
32On **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).
33 
34**From 2026-06-18 this tool selects the `agy` backend automatically.** If you are on an affected tier, just install `agy`:
35 
36```bash
37curl -fsSL https://antigravity.google/cli/install.sh | bash # macOS / Linux
38```
39 
40Then run `agy` once to sign in. Nothing else to change.
41 
42**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:
43 
44```bash
45GEMINI_MCP_BACKEND=gemini
46```
47 
48| Variable | Purpose |
49| --- | --- |
50| `GEMINI_MCP_BACKEND` | `gemini` or `agy`/`antigravity`. Unset uses the date-aware default (`agy` from 2026-06-18). |
51| `AGY_CLI_PATH` | Full path to the `agy` binary if it isn't on the server's PATH. |
52| `GEMINI_MCP_TIMEOUT` | Overall CLI run timeout in minutes (default 45). |
53 
54The `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).
55 
56</details>
57 
58 
59Before using this tool, ensure you have:
60 
611. **[Node.js](https://nodejs.org/)** (v16.0.0 or higher)
622. **[Google Gemini CLI](https://github.com/google-gemini/gemini-cli)** installed and configured
63 
64### One-Line Setup
65 
66```bash
67claude mcp add gemini-cli -- npx -y gemini-mcp-tool
68```
69 
70<details>
71<summary>For Windows users</summary>
72 
73Use `-- y` instead of `-y`:
74 
75```bash
76claude mcp add gemini-cli -- npx -- y gemini-mcp-tool
77```
78 
79</details>
80 
81### Verify Installation
82 
83Type `/mcp` inside Claude Cod

Preview

jamubc/gemini-mcp-tooljamubc/gemini-mcp-tool

# Gemini MCP Tool

[![GitHub Release](https://img.shields.io/github/v/release/jamubc/gemini-mcp-tool?logo=github&label=GitHub)](https://github.com/jamubc/gemini-mcp-tool/releases)

[![npm version](https://img.shields.io/npm/v/gemini-mcp-tool)](https://www.npmjs.com/package/gemini-mcp-tool)

Repojamubc/gemini-mcp-tool
TypeMCP Servers
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

MCPaiclaude

Related

6 picks
Type
  1. tirth8205 avatarcode-review-graphLocal-first knowledge graph for token-efficient code review through MCP and CLIMCP ServersJul 2026377k27k
  2. repowise-dev avatarrepowiseCodebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.MCP ServersJul 202622k4.3k
  3. aashari avatarmcp-server-atlassian-bitbucketNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.MCP ServersMar 202612k159
  4. giancarloerra avatarsocraticodeEnterprise-grade (40m+ LOC) codebase intelligence, zero-setup, local & private Plugin/Skill/Extension or MCP: hybrid semantic search, polyglot dependency graphs, symbol-level impact analysis & call-flow, interactive HTML viewer, cross-project & branch-aware search, DB/API/infra…MCP ServersJul 20269.7k3.2k
  5. chayan-1906 avatargithub-mcpProduction-ready Model Context Protocol server providing Claude with complete GitHub integration - comprehensive tools for repository management, branch operations, file handling, issue tracking, and collaboration features with OAuth 2.0 authentication and MongoDB persistence.MCP ServersJun 20267.5k5
  6. cranot avatarroam-codeLocal codebase intelligence MCP server for AI coding agents: SQLite graph, 28 languages, change-safety gates, audit evidence, zero API keys.MCP ServersJul 20266.8k501