switchyard
Related Servers
Alternatives to switchyard
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables multiple AI coding CLIs (Claude Code, Gemini/Antigravity, Codex, and OpenCode) to collaborate as a coordinated team by routing cross-agent prompts, sharing messages and review tickets, tracking tasks on a shared store, and isolating each agent in its own Git worktree with turn-budget safeguards—all inspectable and steerable from a local web dashboard.MIT
- FlicenseNot gradedqualityCmaintenanceRoutes coding tasks to local and remote LLMs with intelligent cost-quality optimization, supports benchmarking and code search.43-
- AlicenseCqualityBmaintenanceEnables delegating coding tasks to multiple AI CLI agents (Claude Code, Antigravity, Codex, Cursor) with session memory and diff inspection.16293 npmMIT
- AlicenseAqualityAmaintenanceEnables one AI coding agent to delegate tasks to, and build consensus across, multiple other coding CLIs (Claude Code, Codex, etc.) by orchestrating them as headless subprocesses.186MIT
- AlicenseAqualityDmaintenanceMulti-agent orchestration server that enables parallel task delegation, sequential pipelines, cron scheduling, and cross-model peer review via CLI providers like Codex, Antigravity, OpenCode, and Claude Code.4216 npm5MIT
- FlicenseNot gradedqualityNot gradedmaintenanceOrchestrates multiple AI models (Gemini, OpenAI, Claude, local models) within a single conversation context, enabling collaborative workflows like multi-model code reviews, consensus building, and CLI-to-CLI bridging for specialized tasks.-
TDQS
Scored across 55 tools
Multiple tools are direct aliases (e.g., approval_queue_list vs agent_queue_list), and several planning tools (plan_task, decompose_task, fleet_plan) have overlapping purposes with only subtle differences, creating confusion for agent selection.
Most tools use snake_case but follow inconsistent patterns: some are verb_noun (inspect_status, list_subtasks), others are noun_verb (tune_show, memory_list), and some are noun_noun_verb (routing_exception_add). No single convention dominates.
With 55 tools, the server is overly large. Many tools are redundant (aliases) or highly specific (e.g., resume_swarm_inspect, apply_preview), which could be consolidated. A more focused set would improve usability.
The server covers a wide range of agent management tasks: planning, execution, learning, caching, routing, workflow, and inspection. Minor gaps may exist (e.g., no generic project CRUD), but core operations are well represented.