Skip to content

McpOrchestrator for Grok

io.github.byggarepop/dotnet-mcp-orchestrator

Route one agent through one MCP server to many, with progressive tool discovery to shrink context.

client:Grok transport:stdio runtime:nuget

Install McpOrchestrator in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dotnet-mcp-orchestrator": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "McpOrchestrator",
        "--yes"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

McpOrchestrator in other clients