gemini-mcp
Verified Safeby reouno
Overview
An MCP (Model Context Protocol) server that provides a standardized interface for accessing Google Gemini AI models for text generation.
Installation
npm run devEnvironment Variables
- GEMINI_API_KEY
Security Notes
The server correctly uses environment variables for sensitive API keys and validates input with Zod schemas, mitigating common injection risks. Deployment to Google Cloud Run leverages Workload Identity Federation for secure GitHub Actions integration, limiting permissions to the specific repository. No 'eval' or direct malicious patterns were found. The use of 'any' casts for Google Gen AI SDK responses is a minor type safety concern but not a security vulnerability.
Similar Servers
gemini-mcp-tool
A Model Context Protocol (MCP) server that enables AI assistants to interact with the Google Gemini CLI for comprehensive code and file analysis, structured edit suggestions, and creative brainstorming.
gemini-mcp-rs
A high-performance Rust MCP server that enables AI-driven tasks by wrapping the Gemini CLI, facilitating integration with MCP-compatible clients like Claude Code.
GeminiMCP
Integrate Google's Gemini API for AI-powered tasks and search with Model Control Protocol (MCP) clients, focusing on developer-centric features like code analysis and context handling.
mcp-gemini-prompt-enhancer
A Model Context Protocol (MCP) server that provides a prompt optimization service for Large Language Models (LLMs) using Google Gemini, with advanced prompt engineering support and automatic PDF asset management.