superclaude-spec-workflow
Verified Safeby NeverGET
Overview
Delegates token-heavy development operations from Claude Code to Gemini CLI, enabling scalable AI-powered development workflows without exceeding Claude's context window.
Installation
npx -y @superclaude/gemini-wrapperEnvironment Variables
- SCW_SESSION_DIR
- REDIS_URL
Security Notes
The Gemini MCP Wrapper primarily acts as a secure proxy, executing the `gemini` CLI with prompts and file paths derived from incoming MCP requests. It does not introduce new direct execution capabilities like `eval` or obfuscation. The main security considerations are inherited from the `gemini` CLI itself (e.g., its tool access, sandboxing configuration) and the broader SuperClaude Spec Workflow's validation process, where Claude is explicitly mandated to validate ALL Gemini outputs *after* execution. Session data is stored locally in `.claude/sessions` or optionally in Redis; this is generally safe within a controlled project environment. No hardcoded secrets are present; environment variables are used for configuration.
Similar Servers
gemini-cli
Provides an A2A (Agent-to-Agent) server for the Gemini CLI, enabling external agents to interact with and utilize the CLI's capabilities for executing tasks and accessing tools.
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
Integrates Google's Gemini CLI with Claude Code as an MCP server for AI-assisted programming, particularly strong in frontend design.
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.