geminimcp
Verified Safeby GuDaStudio
Overview
Enables Claude Code to leverage Google's Gemini CLI for AI-assisted programming tasks, particularly excelling in frontend design and task planning.
Installation
uvx geminimcpSecurity Notes
The server uses `subprocess.Popen` to invoke the `gemini` CLI, correctly setting `shell=False` to mitigate shell injection risks. Prompt input is passed as a command-line argument to the `gemini` executable. A Windows-specific escape function is provided, but the README strongly recommends running in WSL for Windows users, which further enhances security by providing a POSIX-like environment. No 'eval', hardcoded secrets, or direct network calls (beyond invoking the CLI) are present in the wrapper's code. The overall security largely depends on the trustworthiness and robustness of the underlying `gemini` CLI.
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.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.
claude-power-pack
Provides AI-powered code review and analysis using Google Gemini, offering detailed feedback, root cause analysis, and security considerations across multi-turn sessions.
gemini-mcp-rs
Provides a high-performance MCP server to integrate AI-driven tasks via the Gemini CLI with MCP-compatible clients.