Back to Home
hitoshura25 icon

gemini-workflow-bridge-mcp

Verified Safe

by 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

Run Command
python -m hitoshura25_gemini_workflow_bridge

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-20

Tags

AI DevelopmentCode AnalysisWorkflow AutomationContext CompressionMCP