Skip to content

Gemini CLI

← All terms · AI agents and harnesses

Also called Google Gemini CLI

An open-source terminal interface from Google that brings the power of Gemini models and the Model Context Protocol (MCP) directly into the local command line.

What it is

The Gemini CLI provides a Read-Eval-Print Loop (REPL) environment to interact with Google's AI models. It acts as an agentic framework capable of performing file system operations, executing shell commands, and utilizing custom tools via MCP to orchestrate complex development workflows locally.

When you would use it

You use the Gemini CLI when you want an extensible, open-source terminal agent that specifically leverages Google's multimodal models and natively supports MCP integrations.

Common operations

  • Querying and editing large codebases locally.
  • Automating task planning and execution via subagents.
  • Hooking up local databases to Gemini using MCP servers.

Related terms

Where this is taught

No learning path uses this term yet. Browse the Learning Atlas for guided sequences through related ideas.

Going deeper