second-opinion-mcp-server
The Second Opinion MCP Server is a tool aimed at developers needing AI-powered solutions for coding problems. It integrates insights from Google’s Gemini AI, Stack Overflow, and Perplexity AI to provide comprehensive assistance.
What is the purpose of the Second Opinion MCP Server?
The server provides AI-powered assistance for coding problems by combining insights from multiple sources like Google's Gemini AI, Stack Overflow, and Perplexity AI.
What are the required environment variables?
The required environment variables are GEMINI_API_KEY, PERPLEXITY_API_KEY, and optionally STACK_EXCHANGE_KEY for Stack Exchange API access.
How does the server detect the programming language?
The server automatically detects the programming language based on file extensions.
Can the server generate markdown reports?
Yes, the server can generate markdown reports for the solutions it provides.
Is the server aware of Git file contexts?
Yes, the server is Git-aware and can gather file context accordingly.