.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

…/google-gemini/gemini-cli
home/mcp-servers/google-gemini/gemini-cli
google-gemini avatar

gemini-cli

bygoogle-gemini· 1 MCP server

Stars

106k

Forks

14k

Category

AI Agents & MCP

View on GitHub

TL;DR

Gemini CLI is an open-source AI agent that brings the power of Gemini directly into your terminal. It provides lightweight access to Gemini, giving you the most direct path from your prompt to our model.

How to install gemini-cli?

google-gemini/gemini-cli
$git clone https://github.com/google-gemini/gemini-cli

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
README.md
1# Gemini CLI
2 
3[![Gemini CLI CI](https://github.com/google-gemini/gemini-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/google-gemini/gemini-cli/actions/workflows/ci.yml)
4[![Gemini CLI E2E (Chained)](https://github.com/google-gemini/gemini-cli/actions/workflows/chained_e2e.yml/badge.svg)](https://github.com/google-gemini/gemini-cli/actions/workflows/chained_e2e.yml)
5[![Version](https://img.shields.io/npm/v/@google/gemini-cli)](https://www.npmjs.com/package/@google/gemini-cli)
6[![License](https://img.shields.io/github/license/google-gemini/gemini-cli)](https://github.com/google-gemini/gemini-cli/blob/main/LICENSE)
7[![View Code Wiki](https://assets.codewiki.google/readme-badge/static.svg)](https://codewiki.google/github.com/google-gemini/gemini-cli?utm_source=badge&utm_medium=github&utm_campaign=github.com/google-gemini/gemini-cli)
8 
9![Gemini CLI Screenshot](/docs/assets/gemini-screenshot.png)
10 
11Gemini CLI is an open-source AI agent that brings the power of Gemini directly
12into your terminal. It provides lightweight access to Gemini, giving you the
13most direct path from your prompt to our model.
14 
15Learn all about Gemini CLI in our [documentation](https://geminicli.com/docs/).
16 
17## 🚀 Why Gemini CLI?
18 
19- **🎯 Free tier**: 60 requests/min and 1,000 requests/day with personal Google
20 account.
21- **🧠 Powerful Gemini 3 models**: Access to improved reasoning and 1M token
22 context window.
23- **🔧 Built-in tools**: Google Search grounding, file operations, shell
24 commands, web fetching.
25- **🔌 Extensible**: MCP (Model Context Protocol) support for custom
26 integrations.
27- **💻 Terminal-first**: Designed for developers who live in the command line.
28- **🛡️ Open source**: Apache 2.0 licensed.
29 
30## 📦 Installation
31 
32See
33[Gemini CLI installation, execution, and releases](https://www.geminicli.com/docs/get-started/installation)
34for recommended system specifications and a detailed installation guide.
35 
36### Quick Install
37 
38#### Run instantly with npx
39 
40```bash
41# Using npx (no installation required)
42npx @google/gemini-cli
43```
44 
45#### Install globally with npm
46 
47```bash
48npm install -g @google/gemini-cli
49```
50 
51#### Install globally with Homebrew (macOS/Linux)
52 
53```bash
54brew install gemini-cli
55```
56 
57#### Install globally with MacPorts (macOS)
58 
59```bash
60sudo port install gemini-cli
61```
62 
63#### Install with Anaconda (for restricted environments)
64 
65```bash
66# Create and activate a new environment
67conda create -y -n gemini_env -c conda-forge nodejs
68conda activate gemini_env
69 
70# Install Gemini CLI globally via npm (inside the environment)
71npm install -g @google/gemini-cli
72```
73 
74## Release Channels
75 
76See [Releases](https://www.geminicli.com/docs/changelogs) for more details.
77 
78### Preview
79 
80New preview releases will be published each week at UTC 23:59 on Tuesdays. These
81releases will not have been fully vetted and may contain regressions or other
82outstanding issues. Please help us test and install with `preview` tag.
83 
84```bash
85npm install -g @google/gemini-cli@preview
86```
87 
88### Stable
89 
90- New stable releases will be published each week at UTC 20:00 on Tuesdays, this
91 will be the full promotion of last week's `preview` release + any bug fixes
92 and validations. Use `latest` tag.
93 
94```bash
95npm install -g @google/gemini-cli@latest
96```
97 
98### Nightly
99 
100- New releases will be published each day at UTC 00:00. This will be all changes
101 from the main branch as represented at time of release. It should be assumed
102 there are pending validations and issues. Use `nightly` tag.
103 
104```bash
105npm install -g @google/gemini-cli@nightly
106```
107 
108## 📋 Key Features
109 
110### Code Understanding & Generation
111 
112- Query and edit large codebases
113- Generate new apps from PDFs, images, or sketches using multimodal capabilities
114- Debug issues and troubleshoot with natural language
115 
116### Automation & Integration
117 
118- Automate operational tasks like querying pull requests or handling complex
119 rebases
120- Use MCP servers to connect new capabilities, including
121 [media generation with Imagen, Veo or Lyria](https://gi

Preview

google-gemini/gemini-cligoogle-gemini/gemini-cli

# Gemini CLI

[![Gemini CLI CI](https://github.com/google-gemini/gemini-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/google-gemini/gemini-cli/actions/workflows

[![Gemini CLI E2E (Chained)](https://github.com/google-gemini/gemini-cli/actions/workflows/chained_e2e.yml/badge.svg)](https://github.com/google-gemini/gemini-c

[![Version](https://img.shields.io/npm/v/@google/gemini-cli)](https://www.npmjs.com/package/@google/gemini-cli)

Repogoogle-gemini/gemini-cli
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPaiai-agents

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k