Gemini Context MCP Server
by ogoldberg
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | false |
| GEMINI_MODEL | No | The Gemini model to use | gemini-2.0-flash |
| GEMINI_TOP_K | No | Top-K setting for the Gemini model | 40 |
| GEMINI_TOP_P | No | Top-P setting for the Gemini model | 0.9 |
| MAX_SESSIONS | No | Maximum number of sessions | 50 |
| GEMINI_API_KEY | Yes | Your Gemini API key | |
| GEMINI_TEMPERATURE | No | Temperature setting for the Gemini model | 0.7 |
| MAX_MESSAGE_LENGTH | No | Maximum message length | 1000000 |
| MAX_TOKENS_PER_SESSION | No | Maximum tokens per session | 2097152 |
| SESSION_TIMEOUT_MINUTES | No | Session timeout in minutes | 120 |
| GEMINI_MAX_OUTPUT_TOKENS | No | Maximum number of output tokens | 2097152 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues