Skip to main content
Glama
nanameru

Gemini 2.5 Flash Image MCP

by nanameru

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_NAMENoName for the MCP server (optional)gemini-2-5-flash-mcp
MCP_HTTP_PATHNoPath for HTTP transport mode/mcp
MCP_HTTP_PORTNoPort for HTTP transport mode7801
MCP_TRANSPORTNoTransport mode for MCP (http for HTTP mode, otherwise STDIO)
GEMINI_API_KEYYesGoogle Gemini API key (required)
MCP_HTTP_ENABLE_JSONNoEnable JSON responses instead of SSE streaming for HTTP modefalse
GEMINI_IMAGE_ENDPOINTNoGemini image generation endpoint URL (optional)https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash-image-preview:generateContent

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
generate_imageC

Generate an image from a text prompt using Gemini 2.5 Flash Image

edit_imageC

Edit an image using a prompt. Provide one input image via base64 or file path.

compose_imagesC

Compose a new image using multiple input images and a guiding prompt.

style_transferB

Transfer style from a style image to a base image, guided by an optional prompt.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: compose_images combines multiple images with a prompt, edit_image modifies a single image, generate_image creates from text only, and style_transfer applies artistic style. There is no overlap or ambiguity between these functions.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case naming: compose_images, edit_image, generate_image, style_transfer. The naming is predictable and readable throughout the set.

Tool Count5/5

With 4 tools, this is well-scoped for an image generation/editing server. Each tool earns its place by covering distinct operations (composition, editing, generation, style transfer) without redundancy or bloat.

Completeness4/5

The toolset covers core image manipulation workflows: generation, editing, composition, and style transfer. A minor gap exists in lacking direct image analysis or metadata tools, but the provided tools allow agents to handle most image-related tasks effectively.

Maintenance

ActivityInactive
ResponsivenessNo issues