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 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gemini-search | 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 | |