MCP Directory
Back

deep-code-reasoning-mcp

by evalops · TypeScript · ★ 106

A Model Context Protocol (MCP) server that provides advanced code analysis and reasoning capabilities powered by Google's Gemini AI

#ai#ai-tools#claude#code-analysis#code-intelligence#code-reasoning#debugging#developer-tools#distributed-systems#gemini#hypothesis-testing#llm#mcp#mcp-server#model-context-protocol#multi-model#nodejs#performance-analysis#semantic-analysis#typescript

Install

npx -y github:evalops/deep-code-reasoning-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "deep-code-reasoning-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:evalops/deep-code-reasoning-mcp"
      ]
    }
  }
}

From the README

[](https://opensource.org/licenses/MIT) [](https://modelcontextprotocol.com) [](https://nodejs.org) An 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 routin…
Read full README on GitHub →

Related ai & ml servers