Back to Home
GuDaStudio icon

geminimcp

Verified Safe

by 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

Run Command
uvx geminimcp

Security 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

Stats

Interest Score93
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars98
Forks7
Last Update2025-11-24

Tags

AI-Coding-AssistantMCP-ServerGemini-IntegrationFrontend-DevelopmentAI-Tooling