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.; mcp-cron: MCP Cron is a server that schedules shell commands or AI-powered tasks using cron expressions. It provides tools to manage tasks via MCP protocol, supports task persistence with SQLite, and ensures multi-instance safety. The server can run in HTTP or stdio transport modes.
Running AI-assisted development tasks directly in the terminal without switching contexts
Schedule recurring shell commands or scripts for automation.