Gemini CLI: Gemini CLI is Google's open-source AI agent for the terminal, providing direct access to Gemini models with a free tier of 60 requests/minute and 1,000/day. It ships with built-in tools for Google Search grounding, file operations, shell command execution, and web fetching, plus native MCP support for custom integrations. Built for developers who work primarily in the command line.; conduit: Conduit acts as a local Model Context Protocol (MCP) gateway, designed to drastically reduce token overhead when AI agents utilize multiple tools by consolidating server tools into a few meta-tools. It simplifies the setup and authentication of various services, allowing them to be configured once and used across all connected AI clients.
Running AI-assisted development tasks directly in the terminal without switching contexts
Reducing token costs and improving context window efficiency for AI agents using many tools.