gemini-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_MODEL | No | Default model to use with Gemini | gemini-3-pro-preview |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| prompts | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| geminiA | Query Gemini AI. Supports model selection, sandbox mode for safe code execution, and structured change mode for applying edits. |
| web-searchA | Search the web using Gemini with Google Search grounding for real-time information. |
| analyze-mediaA | Analyze images, PDFs, or other media files using Gemini multimodal capabilities. Supports screenshots, diagrams, documents, and more. |
| shellA | Generate and optionally execute shell commands using Gemini. By default runs in dry-run mode (explains commands). Set dryRun=false to execute in sandbox. |
| brainstormA | Generate creative ideas using structured frameworks (SCAMPER, Design Thinking, etc.) with domain context, feasibility analysis, and iterative refinement. |
| fetch-chunkA | Retrieves cached chunks from a changeMode response. Use this to get subsequent chunks after receiving a partial changeMode response. |
| pingA | Test connectivity by echoing a message back. |
| helpA | Display Gemini CLI help and available options. |
| timeout-testB | Test timeout prevention by running for a specified duration |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| gemini | Query Gemini AI with optional sandbox execution and structured change mode. |
| web-search | Search the web for real-time information using Google Search grounding. |
| analyze-media | Analyze media files (images, PDFs) using Gemini multimodal AI |
| shell | Generate shell commands for a task, optionally executing in sandbox mode |
| brainstorm | Generate creative ideas using structured brainstorming methodologies. |
| fetch-chunk | Fetch the next chunk of a response |
| ping | Echo a test message to verify connectivity. |
| help | Display Gemini CLI help information. |
| timeout-test | Test the timeout prevention system by running a long operation |
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/tuannvm/gemini-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server