mcp-gemini-prompt-enhancer
Verified Safeby andrea9293
Overview
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.
Installation
npx -y @andrea9293/mcp-gemini-prompt-enhancerEnvironment Variables
- GEMINI_API_KEY
- PORT
Security Notes
The remote server (`startRemoteServer`) allows the `GEMINI_API_KEY` to be passed as a query parameter in the URL. This is a security risk as API keys in URLs can be logged, cached, or exposed more easily than those passed in headers or environment variables. The server also automatically downloads a PDF from a hardcoded URL on startup if not present; while the source seems benign, this introduces a minor supply chain risk if the URL were to be compromised in the future.
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.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.
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.