consulting-agents-mcp
10
ConsultingAgents MCP Server enables integration with Claude Code to provide access to expert AI consultants like Darren, Sonny, Sergey, and Gemma, offering a multi-model perspective on coding problems. It supports multiple transport options and seamless integration for enhanced coding problem analysis.
ConsultingAgents MCP Server
A Model Context Protocol (MCP) server that enables Claude Code to consult additional AI agents for code and problem analysis. It provides access to various expert consultants for a multi-model perspective on coding issues.
Features
- Darren: OpenAI coding consultant with high reasoning capabilities.
- Sonny: Anthropic coding consultant with enhanced thinking.
- Sergey: OpenAI web search specialist for documentation and examples.
- Gemma: Google Gemini specialist for comprehensive repository analysis.
- MCP Integration: Seamless integration with Claude Code.
- Multiple Transport Options: Supports stdio and HTTP/SSE transport.
Prerequisites
- Python 3.8+
- OpenAI API key
- Anthropic API key
- Google API key
- Claude Code CLI
Quick Start
- Clone the repository.
- Create and activate a virtual environment.
- Install dependencies.
- Set up API keys.
- Start the server.
Integration with Claude Code
- Register the MCP server with Claude Code.
- Start Claude Code with MCP integration.
- Use the consulting tools in Claude Code.
Available Tools
consult_with_darren
: Analyzes code and provides recommendations.consult_with_sonny
: Provides in-depth code analysis.consult_with_sergey
: Finds documentation and examples.consult_with_gemma
: Analyzes repositories and provides development plans.
Troubleshooting
- Verify path for MCP server.
- Check API key settings.
- Ensure the server is running.
Updating to a New Version
- Update the repository code.
- Restart the MCP server.
- Re-add the MCP server to Claude Code.