Gemini Search MCP
by kidapu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_MODEL | No | Model to use: flash (gemini-2.5-flash, balanced), flash-lite (gemini-2.5-flash-lite, fastest/cheapest), or pro (gemini-2.5-pro, highest performance) | flash |
| GEMINI_API_KEY | Yes | Google AI API key (required). Can be obtained from https://aistudio.google.com/apikey | |
| GEMINI_WEB_SEARCH | No | Enable web search: true/false | true |
| GEMINI_THINKING_BUDGET | No | Thinking budget: -1=auto, 0=off, 1-24576 | -1 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gemini-searchB | An AI agent powered by Gemini 2.5 Flash with Google Search grounding. Useful for finding the latest information, troubleshooting errors, researching topics, and discussing ideas. Returns responses with cited sources from the web. |
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
- 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/kidapu/Gemini-Search-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server