AgentStack
MCP verified MIT Self-run

Multi Agent Debate Mcp

mcp-albinjal-multi-agent-debate-mcp · by albinjal

Model Context Protocol Server agent debates

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add mcp-albinjal-multi-agent-debate-mcp

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Multi Agent Debate Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Multi-Agent Debate MCP Server

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

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.