Skip to main content
Glama

Claude-to-Gemini MCP Server

by Yoon-jongho

ask_gemini

Analyze large codebases and complex projects using Google Gemini's 1M token context for architecture design, comprehensive code reviews, and extensive context analysis.

Instructions

Use Gemini for large context analysis (1M tokens), architecture design, or whole codebase review. Best for tasks requiring understanding of entire projects.

Input Schema

NameRequiredDescriptionDefault
contextNoOptional: Large codebase, multiple files, or extensive context to analyze
modelNoModel to use: 'flash' (default, free, fast) or 'pro' (2.5 Pro, 1M tokens, better quality, paid)flash
promptYesThe question or task for Gemini

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Optional: Large codebase, multiple files, or extensive context to analyze", "type": "string" }, "model": { "default": "flash", "description": "Model to use: 'flash' (default, free, fast) or 'pro' (2.5 Pro, 1M tokens, better quality, paid)", "enum": [ "flash", "pro" ], "type": "string" }, "prompt": { "description": "The question or task for Gemini", "type": "string" } }, "required": [ "prompt" ], "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