ephor-mcp-collaboration

ephor-mcp-collaboration

1

This project is a Model Context Protocol (MCP) server enabling collaborative debates among multiple AI agents to reach a consensus on user prompts. It features session-based collaboration and real-time interaction among participants.

Overview

This project implements an MCP server that facilitates multi-turn conversations between LLMs with features such as:

  • Session-based collaboration: LLMs can register in a debate session.
  • Deliberative consensus: LLMs engage in discussions to reach agreement.
  • Real-time response sharing: Participants can view and respond to contributions.

The server provides tool calls for registering participants, submitting responses, retrieving debate responses, and checking session status. It includes support for MCP Inspector for testing and debugging.