Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USE_OAUTH | No | Set to 'true' to use OAuth authentication (experimental, accesses Google's Code Assist API). | |
| GEMINI_MODEL | No | The Gemini model to use for search and grounding. | gemini-2.0-flash-exp |
| GEMINI_API_KEY | No | An alternative environment variable for the Google API key. | |
| GOOGLE_API_KEY | No | Your Google API key for Gemini API access. | |
| OAUTH_CLIENT_ID | No | Custom OAuth client ID for authentication. | |
| OAUTH_CLIENT_SECRET | No | Custom OAuth client secret for authentication. | |
| GOOGLE_CLOUD_PROJECT | No | The Google Cloud project ID to use when authenticating via OAuth. | |
| GOOGLE_APPLICATION_CREDENTIALS | No | Path to service account credentials JSON file (optional). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| google_web_search | Performs a web search using Google Search (via the Gemini API) and returns the results. This tool is useful for finding information on the internet based on a query. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |