Skip to main content
Glama
ShunL12324

Claude Code Gemini MCP

by ShunL12324

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_MODELNoModel IDgemini-3-pro-preview
GEMINI_API_KEYYesYour API key
GEMINI_BASE_URLYesAPI endpoint (OpenAI-compatible)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
gemini_thinkC

Let Gemini-3-pro-preview deeply analyze complex problems, perform reasoning and brainstorming

gemini_brainstormC

Let Gemini brainstorm on a topic and generate multiple creative ideas or solutions with pros and cons

gemini_reviewC

Let Gemini review code, architecture design, or technical solutions

gemini_queryC

Send any query to Gemini-3-pro-preview model

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 4 tools

Disambiguation2/5

Multiple tools have overlapping purposes that could cause confusion. gemini_brainstorm and gemini_think both involve generating ideas and analysis, while gemini_query is a general-purpose tool that could potentially cover the same ground. The descriptions don't clearly differentiate when to use each tool versus the others.

Naming Consistency5/5

All tools follow a perfect gemini_verb pattern consistently throughout. The naming is completely predictable and follows the same structure for every tool, making it easy to understand the pattern.

Tool Count3/5

With only 4 tools, the server feels somewhat thin for a general-purpose AI assistant interface. While the count isn't extreme, it's borderline minimal for what appears to be a Gemini API wrapper that could benefit from more specialized operations.

Completeness2/5

There are significant gaps in the tool surface for a Gemini API wrapper. Missing are basic operations like summarization, translation, content generation, or structured output formatting. The tools focus narrowly on brainstorming/thinking/review while omitting many common LLM use cases that agents would expect.

Maintenance

ActivityInactive
ResponsivenessNo issues