gemini-workflow-bridge-mcp
Verified Safeby hitoshura25
Overview
Facilitates advanced software development workflows by bridging Claude Code's reasoning with Gemini CLI's context compression for codebase analysis, specification, review, and documentation.
Installation
python -m hitoshura25_gemini_workflow_bridgeEnvironment Variables
- GEMINI_MODEL
- CONTEXT_CACHE_TTL_MINUTES
- MAX_TOKENS_PER_ANSWER
- TARGET_COMPRESSION_RATIO
- GEMINI_COMMAND_PREFIX
- GEMINI_WORKFLOW_PREFIX
- DEFAULT_SPEC_DIR
- DEFAULT_REVIEW_DIR
- DEFAULT_WORKFLOW_DIR
- DEFAULT_COMMAND_DIR
- DEFAULT_CONTEXT_DIR
Security Notes
The server interacts with the local filesystem and executes the `gemini` CLI via subprocess. Input validation for parameters like `output_dir` (using `Path.resolve()`) and enum-type arguments mitigates risks. Prompts to Gemini are passed via stdin, which is safer than command-line arguments. No dangerous patterns like `eval` or hardcoded critical secrets were found. File system operations are within expected boundaries for a developer tool.
Similar Servers
geminimcp
Integrates Google's Gemini CLI with Claude Code as an MCP server for AI-assisted programming, particularly strong in frontend design.
codebase-context
Provides AI coding agents with real-time, context-rich insights into a codebase's patterns, libraries, architecture, and conventions to improve code generation quality and alignment with team standards.
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.
cldcde
A persistent context manager that scrapes, stores, searches, and analyzes AI conversations from various platforms (ChatGPT, Grok, Gemini, Claude) to support project development and insights.