74
/ 100
16 days ago
glama

gemini-mcp-server

Enables AI assistants to query Google AI (Gemini models) via Vertex AI or Google AI Studio with automatic tool selection, multi-turn reasoning, and multimodal input support.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: GEMINI_API_KEY, GOOGLE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGEMINI_ALLOW_FILE_URISexport ="true" # Set to 'true' to allow file:// URIs (CLI tools only, NOT for desktop apps)
🔐 secretGEMINI_API_KEYexport ="your-ai-studio-api-key"
configGEMINI_DISABLE_LOGGINGexport ="true"
configGEMINI_ENABLE_CONVERSATIONSexport ="true"
configGEMINI_ENABLE_REASONING
configGEMINI_IMAGE_OUTPUT_DIRexport ="/path/to/images" # Default: ~/Pictures/gemini-generated
configGEMINI_LOG_DIRexport ="./logs" # Log directory (default: ./logs)
configGEMINI_LOG_TO_STDERRexport ="true" # Default: true (console logging)
configGEMINI_MAX_HISTORYexport ="10"
configGEMINI_MAX_REASONING_STEPS
configGEMINI_MAX_TOKENSexport ="8192"
configGEMINI_MCP_SERVERSexport ='[
configGEMINI_MEDIA_RESOLUTIONControl media quality for multimodal inputs
configGEMINI_MODELexport ="gemini-3.5-flash" # Default model
configGEMINI_MUSIC_OUTPUT_DIRexport ="/path/to/music" # Default: ~/Music/gemini-generated/music
configGEMINI_SESSION_TIMEOUTexport ="3600"
configGEMINI_SPEECH_OUTPUT_DIRexport ="/path/to/speech" # Default: ~/Music/gemini-generated/speech
configGEMINI_SYSTEM_PROMPTEnvironment-Based: Set via environment variable
configGEMINI_TEMPERATUREexport ="1.0"
configGEMINI_TOP_Kexport ="40"
configGEMINI_TOP_Pexport ="0.95"
configGEMINI_VIDEO_OUTPUT_DIRexport ="/path/to/videos" # Default: ~/Movies/gemini-generated on macOS, ~/Videos/gemini-generated on Windows/Linux
🔐 secretGOOGLE_API_KEY
configGOOGLE_CLOUD_LOCATIONexport ="us-central1"
configGOOGLE_CLOUD_PROJECTexport ="your-gcp-project-id"
configGOOGLE_GENAI_USE_VERTEXAIexport ="false"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/mnthe-gemini-mcp-server-1r044a)](https://m8ven.ai/mcp/mnthe-gemini-mcp-server-1r044a)
commit: 3cd980260526217fe57f198d60fc3a98de897798
code hash: 06047a8e97c682e404be6338319ef317c05e7f58ecfc40dec765902b74f165cd
verified: 6/23/2026, 10:42:56 AM
view raw JSON →