Back to Home
cooneycw icon

claude-power-pack

Verified Safe

by 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

Run Command
cd mcp-second-opinion/deploy && docker compose up -d

Environment 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

Stats

Interest Score48
Security Score9
Cost ClassMedium
Avg Tokens4307
Stars6
Forks0
Last Update2025-12-06

Tags

Code ReviewAIGeminiMCPDevelopment