claude-power-pack
Verified Safeby cooneycw
Overview
Provides AI-powered code review and analysis using Google Gemini, offering detailed feedback, root cause analysis, and security considerations across multi-turn sessions.
Installation
cd mcp-second-opinion/deploy && docker compose up -dEnvironment Variables
- GEMINI_API_KEY
Security Notes
The server demonstrates strong security practices. It implements robust Server-Side Request Forgery (SSRF) protections in the `fetch_url` tool, including explicit domain allowlisting, blocking of private IP addresses/localhost, and requiring user approval for unknown domains by default. API keys are handled using a `_SecretStr` wrapper to prevent accidental logging and setup scripts enforce proper file permissions (600) for `.env` files. The `scan_for_secrets` function proactively scans user-provided code for sensitive patterns before sending it to the LLM, further enhancing data security. No `eval` or obfuscation was found.
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.
gemini-mcp-server
An MCP server providing a suite of 7 AI-powered tools (Image Gen/Edit, Chat, Audio Transcribe, Code Execute, Video/Image Analysis) powered by Google Gemini, featuring a self-learning "Smart Tool Intelligence" system for prompt enhancement and user preference adaptation.
athena-protocol
This server acts as an AI tech lead, providing expert validation, impact analysis, and strategic guidance to AI coding agents before code changes are made.