Reactive.Multi.Agent.MCP.Server

ChrisPulman/Reactive.Multi.Agent.MCP.Server
★ 1 stars C# 🤖 AI/LLM Updated 11d ago
Reactive Multi Agent MCP Server is a .NET 10 Model Context Protocol server for hub-and-spoke multi-agent orchestration inside GitHub Copilot Chat.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "reactive.multi.agent": {
      "command": "npx",
      "args": [
        "-y",
        "ChrisPulman/Reactive.Multi.Agent.MCP.Server"
      ]
    }
  }
}