ConsultingAgents MCP Server
@MatthewPDingle
ConsultingAgents MCP Server について
An MCP server that interfaces with OpenAI, Google, and Anthropic's APIs to give Claude Code "coworkers" to help it on difficult problems.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"consulting-agents-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"mcp_venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is ConsultingAgents MCP Server?
A Model Context Protocol (MCP) server that allows Claude Code to consult with additional AI agents for code and problem analysis. It provides access to four expert consultants—Darren (OpenAI), Sonny (Anthropic), Sergey (OpenAI with web search), and Gemma (Google Gemini with repository analysis)—enabling multi-model perspective on coding problems.
How to use ConsultingAgents MCP Server?
Clone the repository, create a Python 3.8+ virtual environment, install dependencies from requirements.txt, set up OPENAI_API_KEY, ANTHROPIC_API_KEY, and GOOGLE_API_KEY in a .env file, then start the server with ./start_mcp_server.sh. Register with Claude Code using claude mcp add ConsultingAgents /absolute/path/to/start_mcp_server.sh and launch Claude Code with claude --mcp-debug to access the four consulting tools.
Key features of ConsultingAgents MCP Server
- Four AI agent experts: Darren, Sonny, Sergey, Gemma.
- Supports stdio and HTTP/SSE transport protocols.
- Agents use latest models: o3-mini, Claude 3.7 Sonnet, GPT-4o, Gemini 2.5 Pro.
- Gemma analyzes entire repositories via a 1M token context window.
- Seamless integration with Claude Code via MCP.
Use cases of ConsultingAgents MCP Server
- Multi-model code review and debugging.
- Web search for documentation and examples (Sergey).
- In-depth repository analysis for feature planning (Gemma).
- Getting a second opinion from a different AI model.
- Generating comprehensive development plans from GitHub repositories.
FAQ from ConsultingAgents MCP Server
What agents are available and what models do they use?
Darren uses OpenAI o3-mini, Sonny uses Anthropic Claude 3.7 Sonnet, Sergey uses GPT-4o with web search, and Gemma uses Google Gemini 2.5 Pro with a 1M token context window.
What prerequisites are needed?
Python 3.8+, OpenAI API key, Anthropic API key, Google API key, and Claude Code CLI for integration.
How do I integrate the server with Claude Code?
Register the MCP server using claude mcp add ConsultingAgents /absolute/path/to/start_mcp_server.sh, then start Claude Code with claude --mcp-debug to use the tools.
What transport options are available?
The server supports stdio (default for direct Claude Code integration) and HTTP/SSE transport. You can set the MCP_TRANSPORT environment variable to "http" or "sse".
How do I update to a new version?
Pull the latest code, restart the server, remove the old MCP entry with claude mcp remove ConsultingAgents, and re-add with the absolute path to start_mcp_server.sh.
「AI とエージェント」の他のコンテンツ
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
コメント