Skip to main content
Glama
amu3dev

Gemini Consultant MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYYesGoogle Gemini API key. Required, startup fails fast when absent.
GEMINI_DEFAULT_MODELNoDefault requested model; must be in the allowlist.gemini-3.1-flash-lite
GEMINI_ALLOWED_MODELSNoComma-separated exact model IDs.gemini-3.1-flash-lite,gemini-3.5-flash,gemini-3.1-pro-preview
GEMINI_MAX_CONTEXT_CHARSNoInteger from 1 through 10,000,000; oversized context is rejected, not truncated.300000
GEMINI_MAX_OUTPUT_TOKENSNoInteger from 1 through 65,536; request overrides cannot exceed it.8192

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/amu3dev/gemini-consultant-mcp'

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