ConsultingAgents MCP Server
by MatthewPDingle
The ConsultingAgents MCP Server allows Claude Code to consult with multiple AI agents for code and problem analysis. It provides access to expert consultants like Darren, Sonny, Sergey, and Gemma, enabling a multi-model perspective on coding problems.
Last updated: N/A
What is ConsultingAgents MCP Server?
A Model Context Protocol (MCP) server that integrates with Claude Code to provide access to various AI agents for code and problem analysis. It allows Claude Code to consult with Darren (OpenAI), Sonny (Anthropic), Sergey (OpenAI with web search), and Gemma (Google Gemini with repository analysis).
How to use ConsultingAgents MCP Server?
To use the server, clone the repository, set up API keys, install dependencies, start the server, and register it with Claude Code using the claude mcp add
command. Then, start Claude Code with MCP integration using claude --mcp-debug
and use the provided tools (consult_with_darren, consult_with_sonny, consult_with_sergey, and consult_with_gemma) within Claude Code.
Key features of ConsultingAgents MCP Server
Access to multiple AI agents (Darren, Sonny, Sergey, Gemma)
Seamless integration with Claude Code via MCP protocol
Supports stdio and HTTP/SSE transport
Provides tools for code analysis, web search, and repository analysis
Use cases of ConsultingAgents MCP Server
Analyzing code and providing recommendations with Darren (OpenAI)
Providing in-depth code analysis with Sonny (Anthropic)
Finding relevant documentation and examples with Sergey (OpenAI with web search)
Analyzing entire repositories and providing comprehensive development plans with Gemma (Google Gemini)
Getting a second opinion or different approach from another Claude model
FAQ from ConsultingAgents MCP Server
How do I fix 'MCP Server Not Found'?
How do I fix 'MCP Server Not Found'?
Verify the absolute path in your claude mcp add command.
How do I resolve API Authentication Errors?
How do I resolve API Authentication Errors?
Check that your API keys are correctly set in the .env file.
What if I have Connection Issues?
What if I have Connection Issues?
Ensure the MCP server is running before starting Claude Code.
Where can I find Debug Logs?
Where can I find Debug Logs?
Check the terminal where the MCP server is running for detailed logs.
How do I update to a new version?
How do I update to a new version?
Update the repository code, restart the MCP server, remove the existing MCP server from Claude Code, and re-add it with the absolute path.