Skip to main content
Glama

Claude-to-Gemini MCP Server

by Yoon-jongho

gemini_analyze_codebase

Analyze codebases to identify patterns, duplications, architectural issues, and suggest improvements across architecture, security, performance, or general code quality.

Instructions

Specialized tool for analyzing entire codebases. Gemini will find patterns, duplications, architectural issues, and suggest improvements.

Input Schema

NameRequiredDescriptionDefault
codebaseYesThe entire codebase or multiple files concatenated
focusNoWhat to focus on: 'architecture', 'duplications', 'security', 'performance', or 'general'

Input Schema (JSON Schema)

{ "properties": { "codebase": { "description": "The entire codebase or multiple files concatenated", "type": "string" }, "focus": { "description": "What to focus on: 'architecture', 'duplications', 'security', 'performance', or 'general'", "enum": [ "architecture", "duplications", "security", "performance", "general" ], "type": "string" } }, "required": [ "codebase" ], "type": "object" }

Other Tools from Claude-to-Gemini MCP Server

Related Tools

    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/Yoon-jongho/claude-to-gemini'

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