Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Latest commit

 

History

History
49 lines (33 loc) · 1.42 KB

File metadata and controls

49 lines (33 loc) · 1.42 KB

Gemini MCP Advisor

Transform Claude Code into a next-generation AI development environment with Gemini MCP integration.

Features

  • 🚀 20 Intelligent Commands - Complete AI-powered development workflows
  • 🧠 Smart Model Selection - Automatically uses optimal model to avoid rate limits
  • 📁 Project-Aware Analysis - Understands your entire codebase context
  • 🔄 Complete Workflows - From planning to implementation to verification
  • 🛡️ Security First - Comprehensive security audits and fixes
  • Performance Optimization - Analyze and optimize entire codebases

Quick Start

# Install globally
npm install -g gemini-mcp-advisor

# Run setup to create 20 slash commands
gemini-mcp-setup

Or use without installing:

npx gemini-mcp-advisor

Prerequisites

  1. Update Gemini CLI: npm install -g @google/gemini-cli
  2. Authenticate: gemini auth (personal Gmail only)
  3. Install MCP Server: claude mcp add gemini-cli -s user -- npx -y gemini-mcp-tool

Commands Created

  • Core (8): plan, review, fix, security, test, explain, function, ask
  • Advanced (4): audit, optimize, refactor, implement
  • Response (4): verify, iterate, proceed
  • Workflow (4): fix-cycle, build-cycle, secure-cycle, optimize-cycle

Documentation

Full documentation and examples: https://github.com/jezweb/gemini-cli-advisor-for-claude-code

License

MIT © Jeremy Dawes