consulting-agents-mcp
If you are the rightful owner of consulting-agents-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
ConsultingAgents MCP Server is a Model Context Protocol server that allows Claude Code to consult with additional AI agents for code and problem analysis.
The ConsultingAgents MCP Server is designed to enhance the capabilities of Claude Code by integrating with multiple AI agents for comprehensive code analysis and problem-solving. It provides access to expert consultants like Darren, Sonny, Sergey, and Gemma, each specializing in different aspects of coding and analysis. This server facilitates a multi-model perspective, allowing users to leverage the strengths of various AI models. The server supports multiple transport options, including stdio and HTTP/SSE, ensuring seamless integration with Claude Code. It requires API keys from OpenAI, Anthropic, and Google, and is compatible with Python 3.8+.
Features
- Darren: OpenAI expert coding consultant powered by o3-mini model with high reasoning capabilities.
- Sonny: Anthropic expert coding consultant powered by Claude 3.7 Sonnet with enhanced thinking.
- Sergey: OpenAI web search specialist powered by GPT-4o for finding relevant documentation and examples.
- Gemma: Google Gemini specialist powered by gemini-2.5-pro-exp-03-25 with 1M token context for comprehensive repository analysis.
- MCP Integration: Seamless integration with Claude Code via MCP protocol.
Tools
consult_with_darren
Uses OpenAI's o3-mini model with high reasoning to analyze code and provide recommendations.
consult_with_sonny
Uses Claude 3.7 Sonnet with enhanced thinking to provide in-depth code analysis.
consult_with_sergey
Uses GPT-4o with web search capabilities to find relevant documentation and examples.
consult_with_gemma
Uses Google's Gemini 2.5 Pro model with 1M token context window to analyze entire repositories and provide comprehensive development plans.