mcp
Verified Safeby trustspirit
Overview
Provides a Model Context Protocol (MCP) server for integrating Google Gemini API services like text generation, chat, embeddings, image analysis, and web search.
Installation
docker run -i --rm -e GEMINI_API_KEY=your-api-key gemini-mcpEnvironment Variables
- GEMINI_API_KEY
- MCP_MODE
- PORT
Security Notes
API key is loaded via environment variables. CORS is enabled for all origins (`app.use(cors())`), which is acceptable for local or internal use with a desktop application but would be a security risk if exposed to the public internet.
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-server
An MCP server providing a suite of 7 AI-powered tools (Image Gen/Edit, Chat, Audio Transcribe, Code Execute, Video/Image Analysis) powered by Google Gemini, featuring a self-learning "Smart Tool Intelligence" system for prompt enhancement and user preference adaptation.
gemini-mcp-rs
Provides a high-performance MCP server to integrate AI-driven tasks via the Gemini CLI with MCP-compatible clients.
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.