by haasonsaas
A Model Context Protocol (MCP) server that provides advanced code analysis and reasoning capabilities powered by Google's Gemini AI
# Add to your Claude Code skills
git clone https://github.com/haasonsaas/deep-code-reasoning-mcpAn MCP server that pairs Claude Code with Google's Gemini AI for complementary code analysis. This server enables a multi-model workflow where Claude Code handles tight terminal integration and multi-file refactoring, while Gemini leverages its massive context window (1M tokens) and code execution capabilities for distributed system debugging and long-trace analysis.
Both Claude and Gemini can handle deep semantic reasoning and distributed system bugs. This server enables an intelligent routing strategy where:
The "escalation" model treats LLMs like heterogeneous microservices - route to the one that's most capable for each sub-task.
No comments yet. Be the first to share your thoughts!
Note: After installation, you'll need to update the file path to your actual installation directory and set your GEMINI_API_KEY.
git clone https://gi...