gemini-mcp-rs
Verified Safeby missdeer
Overview
Provides a high-performance MCP server to integrate AI-driven tasks via the Gemini CLI with MCP-compatible clients.
Installation
gemini-mcp-rsEnvironment Variables
- GEMINI_BIN
Security Notes
The server safely wraps the Gemini CLI, using `Command::arg()` to prevent shell injection from user prompts. It includes timeouts for execution and limits on output capture to mitigate resource exhaustion. The `sandbox` option relies on the underlying Gemini CLI's sandboxing capabilities. The primary security considerations involve the trustworthiness of the installed Gemini CLI and the environment variable `GEMINI_BIN`.
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.
geminimcp
Enables Claude Code to leverage Google's Gemini CLI for AI-assisted programming tasks, particularly excelling in frontend design and task planning.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.
mcp-framework
A Rust framework implementing the Model Context Protocol for building production-ready MCP servers, clients, and intelligent AI agents that integrate with LLMs for tool use and browser automation.