deep-code-reasoning-mcp: Deep Code Reasoning MCP Server pairs Claude Code with Google Gemini AI for complementary code analysis. It enables a multi-model workflow where Claude Code handles local-context operations and multi-file refactoring, while Gemini leverages its 1M token context window for distributed system debugging and long-trace analysis. The server uses an 'escalation' model to route sub-tasks to the most capable LLM.; fastmcp: FastMCP is a standard framework for building Model Context Protocol (MCP) applications, which connect LLMs to tools and data. It simplifies the process by automatically generating schemas, validation, and documentation for tools, and managing transport negotiation and authentication for server connections. FastMCP offers a comprehensive solution for developing, deploying, and scaling MCP-powered systems.
Distributed trace analysis across multiple services with large log volumes
Building LLM applications that interact with custom tools and data sources