Ephor MCP CollaborationServer

kstrikis
GitHub
collaborationAI agentsMCP

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that facilitates collaborative discussions among multiple AI agents, allowing them to deliberate and reach consensus on user prompts.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Ephor MCP Collaboration": {
        "args": [
          {
            "name": "Socrates",
            "prompt": "What is the meaning of life?",
            "initial_response": "The meaning of life is to seek wisdom through questioning...",
            "persona_metadata": {
              "era": "ancient greece",
              "style": "socratic"
            }
          }
        ],
        "command": "register-participant"
      }
    },
    {
      "Ephor MCP Collaboration": {
        "args": [
          {
            "prompt": "What is the meaning of life?",
            "response": "In response to Plato, I would argue that...",
            "sessionId": "EPH4721R-Socrates"
          }
        ],
        "command": "submit-response"
      }
    },
    {
      "Ephor MCP Collaboration": {
        "args": [
          {
            "sessionId": "EPH4721R-Socrates"
          }
        ],
        "command": "get-responses"
      }
    },
    {
      "Ephor MCP Collaboration": {
        "args": [
          {
            "prompt": "What is the meaning of life?"
          }
        ],
        "command": "get-session-status"
      }
    }
  ]
}

🛠️ Tools

DockerMCP Inspectorbun

Features

  • Session-based collaboration
  • Deliberative consensus
  • Real-time response exchange

💬 Example Queries

  • What is the meaning of life?
  • Discuss the implications of AI in society.
  • How do different philosophical schools approach ethics?