Back to Apps

Deep Code Reasoning
by evalops
Pairs Claude with Gemini 2.5 Pro's 1M token window for complex code analysis and distributed system debugging.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Deep Code Reasoning is an MCP server that enables a multi-model workflow. It allows Claude to escalate complex analysis tasks—such as analyzing massive log dumps, correlating failures across microservices, or long-trace analysis—to Gemini 2.5 Pro, leveraging its massive context window and code execution capabilities.
Tools
- escalate_analysis: Handoff complex analysis from Claude to Gemini with specific depth levels.
- trace_execution_path: Semantic understanding of data flow and state transformations.
- cross_system_impact: Models how changes propagate across service boundaries.
- performance_bottleneck: Identifies N+1 patterns and algorithmic bottlenecks.
- hypothesis_test: Validates theories about code behavior with evidence.
- Conversational Tools:
start_conversation,continue_conversation, andfinalize_conversationfor AI-to-AI dialogue.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"deep-code-reasoning": {
"command": "node",
"args": ["/path/to/deep-code-reasoning-mcp/dist/index.js"],
"env": {
"GEMINI_API_KEY": "your-gemini-api-key"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npm install deep-code-reasoning-mcpInformation
- Pricing
- free
- Published
- 4/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Use the Cursor MCP install link provided in the READMEClaude Desktop
JSON for claude_desktop_config.json provided in description





