MCP Server
Active
MIT
McpOrchestrator MCP Server
io.github.Byggarepop/dotnet-mcp-orchestrator
What is the McpOrchestrator MCP server?
Route one agent through one MCP server to many, with progressive tool discovery to shrink context.
How to install McpOrchestrator
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dotnet-mcp-orchestrator": {
"command": "dnx",
"args": [
"McpOrchestrator"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"dotnet-mcp-orchestrator": {
"command": "dnx",
"args": [
"McpOrchestrator"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dotnet-mcp-orchestrator": {
"command": "dnx",
"args": [
"McpOrchestrator"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"dotnet-mcp-orchestrator": {
"type": "stdio",
"command": "dnx",
"args": [
"McpOrchestrator"
]
}
}
}Claude Code
claude mcp add dotnet-mcp-orchestrator -- dnx McpOrchestratorRelated MCP servers
TokenSaver
Active
Structural warm start for AI coding agents in .NET: cheap Roslyn signature maps of C#/.NET files.
3
View repository →C#
MIT