Skip to main content
Glama
georgejeffers

Gemini MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYYesYour Google Gemini API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_text

Generate text using Google Gemini models with configurable model, temperature, and system instructions.

chat

Multi-turn conversation with session management. Omit sessionId to start a new session; include it to continue an existing one.

generate_with_search

Generate text with Google Search grounding for up-to-date, cited responses.

code_execution

Execute Python code in a sandboxed environment. Gemini generates and runs code, returning both the code and results.

generate_image

Generate an image from a text prompt using Gemini image models (Nano Banana Pro by default).

edit_image

Edit an image using a text prompt. Send a base64-encoded image and describe the desired changes.

edit_image_multi

Edit or compose images using multiple reference images (up to 14). Uses gemini-3-pro-image-preview (Nano Banana Pro).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/georgejeffers/gemini-mcp-server'

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