Ephor MCPServer

kstrikis
GitHub
AI IntegrationLLM ResponsesAgent Collaboration

Loading subscription status...

💡 Description

An MCP server that allows multiple AI agents to share and read each other's responses to the same prompt.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Ephor MCP": {
        "env": {},
        "args": [
          "llmId",
          "prompt",
          "response"
        ],
        "command": "submit-response"
      }
    },
    {
      "Ephor MCP": {
        "env": {},
        "args": [
          "prompt"
        ],
        "command": "get-responses"
      }
    }
  ]
}

🛠️ Tools

bunDockerMCP Inspector

Features

  • Multiple AI agent interaction
  • Response retrieval
  • Server-Sent Events endpoint

💬 Example Queries

  • What is the meaning of life?
  • List the different responses from multiple agents for the prompt: 'Explain quantum physics.'