Discover the toolingbehind modern intelligence
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
An open-source AI agent that brings the power of Gemini directly into your terminal.
AI summary
Auto-generated overview of what this skill does and when to reach for it.
Gemini CLI is an open-source terminal-first AI agent that provides direct access to Google's Gemini models for various development tasks, from code generation to workflow automation.
$ npx skillcity@latest google-gemini/gemini-cliAuto-detects the skill or MCP server in this repo and installs it for Claude Code, Codex, Cursor or Cline.
Requires Node.js 18+ (ships with npx).
npx -y gemini-cli
MCP Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"gemini-cli": {
"command": "npx",
"args": [
"-y",
"gemini-cli"
]
}
}
}Loading README…