Reactive Multi Agent MCP Server is a .NET 10 Model Context Protocol server for hub-and-spoke multi-agent orchestration inside GitHub Copilot Chat.
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"
]
}
}
}
Run in terminal:
claude mcp add reactive.multi.agent npx -y ChrisPulman/Reactive.Multi.Agent.MCP.Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"reactive.multi.agent": {
"command": "npx",
"args": [
"-y",
"ChrisPulman/Reactive.Multi.Agent.MCP.Server"
]
}
}
}