Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Multi Agent Debate

FreeNot checked

Facilitates structured multi-agent debates with arguments, rebuttals, and judgments across multiple rounds, enabling diverse AI personas to engage in formal deb

GitHubEmbed

About

Facilitates structured multi-agent debates with arguments, rebuttals, and judgments across multiple rounds, enabling diverse AI personas to engage in formal debate and collaborative problem-solving.

README

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.

Features

  • Register multiple agents with different personas (e.g., "pro", "con", "judge")
  • Structured debate flow with organized rounds
  • Colorized console output with beautiful terminal display
  • Flexible agent IDs beyond just "pro" and "con"
  • Automatic verdict tracking with rationale
  • Round-based system with configurable progression

Tools

multiagentdebate

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 content
  • targetAgentId (string, optional): For rebuttals, specify which agent is being countered
  • needsMoreRounds (boolean): Whether additional debate rounds are needed

Usage

The Multi-Agent Debate tool is designed for:

  • Structured debates between multiple AI personas
  • Formal argumentation with rebuttals and counterpoints
  • Multi-round discussions with judgment phases
  • Complex decision-making processes requiring multiple perspectives
  • Educational debate simulations
  • Collaborative problem-solving through adversarial discussion

Configuration

npx

{
  "mcpServers": {
    "multi-agent-debate": {
      "command": "npx",
      "args": [
        "-y",
        "multi-agent-debate-mcp"
      ]
    }
  }
}

Docker

{
  "mcpServers": {
    "multi-agent-debate": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/albinjal/multi-agent-debate-mcp:latest"
      ]
    }
  }
}

Demo

demo0 demo1 demo2 demo3

from github.com/albinjal/multi-agent-debate-mcp

Install Multi Agent Debate in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install multi-agent-debate-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add multi-agent-debate-mcp -- npx -y multi-agent-debate-mcp

FAQ

Is Multi Agent Debate MCP free?

Yes, Multi Agent Debate MCP is free — one-click install via Unyly at no cost.

Does Multi Agent Debate need an API key?

No, Multi Agent Debate runs without API keys or environment variables.

Is Multi Agent Debate hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Multi Agent Debate in Claude Desktop, Claude Code or Cursor?

Open Multi Agent Debate on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Multi Agent Debate with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs