← Discover MCPs and Agents
G
MCPAI & MLGitHub

GeminiCli

A Gemini ai terminal for termux

Links

README

From the repo.

GeminiCli

A Gemini AI terminal for Termux

Table of Contents

Introduction

GeminiCli is a command-line interface (CLI) tool designed for Termux, which integrates with Gemini AI to provide various functionalities directly from your terminal. This tool aims to enhance your productivity by allowing you to interact with Gemini AI seamlessly within Termux.

Features

  • Integration with Gemini AI: Leverage the power of Gemini AI directly from your terminal.
  • Easy-to-use Interface: Simple and intuitive command-line interface.
  • Cross-Platform: Works on any platform that supports Termux.
  • Extensible: Easily extend functionality with additional plugins or scripts.
  • Open Source: Fully open-source and community-driven.

Installation

To install GeminiCli, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Mentallyspammed1/GeminiCli.git
    cd GeminiCli
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Make the main script executable:

    chmod +x geminicli.py
    

Usage

To use GeminiCli, run the following command in your terminal:

./geminicli.py

Collected info

  • 11 stars
  • Language: Python
  • Source updated: 4/4/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.