Gemini MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_MODEL | No | Override the default model | gemini-3-pro-preview |
| GEMINI_API_KEY | Yes | Your Google Gemini API key (get it from https://aistudio.google.com/apikey) |
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
| Name | Description |
|---|---|
| geminiB | Run a Gemini session. Similar to Codex but uses Google Gemini 3 Pro Preview. Supports configuration parameters matching the Codex Config struct:
|
| gemini-replyA | Continue a Gemini conversation by providing the conversation ID and prompt. Use this to continue a multi-turn conversation started with the 'gemini' tool. |
| gemini-imageA | Generate images using Nano Banana (Gemini's native image generation). Two models available:
Auto-detection: Says "nano banana pro" or mentions text/infographic/diagram/chart/logo/poster in prompt → automatically uses Pro model. Parameters:
|
| gemini-video-generateA | Generate a video using Veo 3.1 (Google's video generation model). This starts an async video generation that takes 1-5 minutes. Returns an operation ID that you can use with gemini-video-check to poll for completion. Parameters:
Workflow:
|
| gemini-video-checkA | Check the status of a video generation operation. If the video is still processing, returns the current status. If the video is complete, returns the video data. Parameters:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/riotofgeese/gemini-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server