consulting-agents-mcp

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

  1. Clone the repository.
  2. Create and activate a virtual environment.
  3. Install dependencies.
  4. Set up API keys.
  5. Start the server.

Integration with Claude Code

  1. Register the MCP server with Claude Code.
  2. Start Claude Code with MCP integration.
  3. 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

  1. Update the repository code.
  2. Restart the MCP server.
  3. Re-add the MCP server to Claude Code.