Transform Claude Code into a next-generation AI development environment with Gemini MCP integration.
- 🚀 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
# Install globally
npm install -g gemini-mcp-advisor
# Run setup to create 20 slash commands
gemini-mcp-setupOr use without installing:
npx gemini-mcp-advisor- Update Gemini CLI:
npm install -g @google/gemini-cli - Authenticate:
gemini auth(personal Gmail only) - Install MCP Server:
claude mcp add gemini-cli -s user -- npx -y gemini-mcp-tool
- 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
Full documentation and examples: https://github.com/jezweb/gemini-cli-advisor-for-claude-code
MIT © Jeremy Dawes