Skip to main content
Glama
yumi233

third-party-gemini-mcp

by yumi233

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_PROXY_API_KEYYesThe API key for the proxy.
GEMINI_PROXY_BASE_URLYesThe base URL of the OpenAI-compatible proxy, typically includes /v1.

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
gemini_flashA

Gemini Flash text, code and document tasks. Optional file reads and exact edits require explicit workspace_root and relative file allowlists. No shell execution. File writes may be partial on failure.

gemini_visionA

Analyze or compare up to four images. Explicit local image paths are read and sent to the configured proxy; URLs are passed to the proxy without local fetching.

image_generateA

Generate an image using a dynamically discovered image model. Choose auto, chat or images adapter. Can incur provider charges. URL results are returned without downloading.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: text/code/document processing, image analysis, and image generation. No overlap in functionality, so an agent can easily select the right tool.

Naming Consistency3/5

Two tools use the 'gemini_' prefix (gemini_flash, gemini_vision) while the third uses an action-oriented name (image_generate). This mixed convention is somewhat inconsistent, though each name is still descriptive and understandable.

Tool Count4/5

With only 3 tools, the set is slightly thin but still reasonably scoped for a focused Gemini API wrapper. The tools cover the core text, vision, and generation capabilities without unnecessary bloat.

Completeness4/5

The tool surface covers the primary Gemini modalities (text, vision, image generation), but could be missing other capabilities like embeddings, audio, or fine-tuning. For a general-purpose MCP server, the current set is functional but not exhaustive.

Maintenance

ActivityMaintained
ResponsivenessNo issues