# Gemini CLI MCP Server

Expose Gemini CLI functionalities as MCP-compliant tools to enable AI agents to interact with Gemini models and Git operations seamlessly. Run the server in HTTP or STDIO mode to integrate with vario…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add epicsagas/gemini-cli-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list epicsagas/gemini-cli-mcp
```

---

Source: https://github.com/epicsagas/gemini-cli-mcp/tree/main/server_py | License: Apache-2.0
