Multi Agent Debate
STDIOMCP server enabling structured multi-agent debates with different personas, arguments, rebuttals, and judgments
MCP server enabling structured multi-agent debates with different personas, arguments, rebuttals, and judgments
An MCP server implementation that enables structured multi-agent debates between different personas. This server allows multiple AI agents to engage in formal debates with arguments, rebuttals, and judgments across multiple rounds.
Facilitates structured multi-agent debates with arguments, rebuttals, and judgments.
Inputs:
agentId (string): Unique identifier for the agent (e.g., "pro", "con", "judge")round (integer): Current debate round number (≥1)action (string): One of "register", "argue", "rebut", "judge"content (string, optional): The argument text or verdict contenttargetAgentId (string, optional): For rebuttals, specify which agent is being counteredneedsMoreRounds (boolean): Whether additional debate rounds are neededThe Multi-Agent Debate tool is designed for:
{ "mcpServers": { "multi-agent-debate": { "command": "npx", "args": [ "-y", "multi-agent-debate-mcp" ] } } }
{ "mcpServers": { "multi-agent-debate": { "command": "docker", "args": [ "run", "--rm", "-i", "ghcr.io/albinjal/multi-agent-debate-mcp:latest" ] } } }
