Skip to main content
Glama
gregpriday

Ask Google MCP Server

by gregpriday

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_API_KEYYesYour Google AI Studio API key with Gemini access. Required for live tool calls.
ASK_GOOGLE_MODEL_PRONoOverride for the pro model alias.gemini-3.1-pro-preview
ASK_GOOGLE_TIMEOUT_MSNoTimeout for tool requests in milliseconds.300000
ASK_GOOGLE_MAX_RETRIESNoMaximum number of retries for retryable failures.3
ASK_GOOGLE_MODEL_FLASHNoOverride for the flash model alias.gemini-3.5-flash
ASK_GOOGLE_ROUTER_MODELNoModel used for routing decisions (flash-lite, flash, pro).flash-lite
ASK_GOOGLE_ROUTER_ENABLEDNoSet to 'false' to disable auto-routing of models.true
ASK_GOOGLE_MODEL_FLASH_LITENoOverride for the flash-lite model alias.gemini-3.1-flash-lite
ASK_GOOGLE_ROUTER_TIMEOUT_MSNoTimeout for the router classification call.5000
ASK_GOOGLE_ROUTER_FALLBACK_MODELNoFallback model if router fails.flash
ASK_GOOGLE_INITIAL_RETRY_DELAY_MSNoInitial delay between retries in milliseconds.1000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/gregpriday/ask-google-mcp'

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