mcp-second-opinion
Verified Safeby cooneycw
Overview
Provides LLM-powered "second opinions" on challenging coding issues by integrating Google Gemini with Claude Code CLI.
Installation
conda run -n mcp-second-opinion python /absolute/path/to/server.pyEnvironment Variables
- GEMINI_API_KEY
Security Notes
The server interacts with the Google Gemini API over the network, which requires handling API keys. It is designed to be invoked locally by the Claude Code CLI, limiting direct public exposure.
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.
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.