Gemini Consultant MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | Yes | Google Gemini API key. Required, startup fails fast when absent. | |
| GEMINI_DEFAULT_MODEL | No | Default requested model; must be in the allowlist. | gemini-3.1-flash-lite |
| GEMINI_ALLOWED_MODELS | No | Comma-separated exact model IDs. | gemini-3.1-flash-lite,gemini-3.5-flash,gemini-3.1-pro-preview |
| GEMINI_MAX_CONTEXT_CHARS | No | Integer from 1 through 10,000,000; oversized context is rejected, not truncated. | 300000 |
| GEMINI_MAX_OUTPUT_TOKENS | No | Integer from 1 through 65,536; request overrides cannot exceed it. | 8192 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ask_geminiB | Ask an independent Gemini model for a focused second opinion using only the supplied prompt and context. |
| get_gemini_consultant_configA | Return safe, read-only Gemini consultant configuration without exposing the API key. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/amu3dev/gemini-consultant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server