Skip to main content
Glama

Deep Code Reasoning MCP Server

by haasonsaas
MIT License
19

start_conversation

Initiate a conversational analysis session between Claude and Gemini to troubleshoot code issues, leveraging Claude's local context and Gemini's broad context for distributed system debugging and in-depth trace analysis.

Instructions

Start a conversational analysis session between Claude and Gemini

Input Schema

NameRequiredDescriptionDefault
analysis_typeYesType of deep analysis to perform
claude_contextYes
initial_questionNoInitial question to start the conversation

Input Schema (JSON Schema)

{ "properties": { "analysis_type": { "description": "Type of deep analysis to perform", "enum": [ "execution_trace", "cross_system", "performance", "hypothesis_test" ], "type": "string" }, "claude_context": { "properties": { "attempted_approaches": { "description": "What Claude Code already tried", "items": { "type": "string" }, "type": "array" }, "code_scope": { "properties": { "entry_points": { "description": "Specific functions/methods to start from", "type": "array" }, "files": { "description": "Files to analyze", "items": { "type": "string" }, "type": "array" }, "service_names": { "description": "Services involved in cross-system analysis", "items": { "type": "string" }, "type": "array" } }, "required": [ "files" ], "type": "object" }, "partial_findings": { "description": "Any findings Claude Code discovered", "type": "array" }, "stuck_description": { "description": "Description of where Claude Code got stuck", "type": "string" } }, "required": [ "attempted_approaches", "partial_findings", "stuck_description", "code_scope" ], "type": "object" }, "initial_question": { "description": "Initial question to start the conversation", "type": "string" } }, "required": [ "claude_context", "analysis_type" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/haasonsaas/deep-code-reasoning-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server