Skip to main content
Glama
.env.example1.46 kB
# Required: Gemini API Key # Get your key at: https://aistudio.google.com/apikey GEMINI_API_KEY=your_api_key_here # ============================================================ # Model Selection # ============================================================ # Short aliases (recommended): # flash -> gemini-2.5-flash (default, balanced) # flash-lite -> gemini-2.5-flash-lite (fastest, cheapest) # pro -> gemini-2.5-pro (most capable) # # Full model names also supported: # gemini-2.5-flash # gemini-2.5-flash-lite # gemini-2.5-pro # ============================================================ GEMINI_MODEL=flash # Optional: API timeout in milliseconds (default: 120000 = 2 minutes) GEMINI_API_TIMEOUT=120000 # ============================================================ # Thinking Mode # ============================================================ # -1 = auto (model default: Flash=ON, Flash-Lite=OFF, Pro=ON) # 0 = off (disable thinking) # 1-24576 = specific token budget # Note: Pro cannot disable thinking # ============================================================ GEMINI_THINKING_BUDGET=-1 # ============================================================ # Web Search (Google Search Grounding) # ============================================================ # true = enabled (default for this MCP server) # false = disabled # ============================================================ GEMINI_WEB_SEARCH=true

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/kidapu/Gemini-Search-MCP'

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