Back to Home
reouno icon

gemini-mcp

Verified Safe

by reouno

Overview

An MCP (Model Context Protocol) server that provides a standardized interface for accessing Google Gemini AI models for text generation.

Installation

Run Command
npm run dev

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-19

Tags

MCPGemini AIGoogle CloudNode.jsAI Models