← ClaudeAtlas

multi-llm-orchestrationlisted

Orchestrate the complete llm-cli-gateway provider surface through its local stdio MCP server. Use for parallel implementation, review, session, async-job, cache-aware prompt, and cross-LLM workflows across Claude, Codex, Gemini, Grok, Mistral, Devin, and Cursor.
verivus-oss/llm-cli-gateway · ★ 15 · AI & Automation · score 80
Install: claude install-skill verivus-oss/llm-cli-gateway
# Multi-LLM Orchestration Use the local gtwy stdio MCP server as the single orchestration surface. Do not launch provider CLIs directly for implementation, review, or consensus work. In Codex the tools usually appear as mcp__gtwy__<tool>; other clients can show their short tool names. ## Discover the Live Surface Call provider_tool_capabilities before planning a cross-provider workflow and use cli_versions when behavior is unexpected. The canonical CLI provider roster has seven members: | Provider | Request tools | Important boundary | | -------- | -------------------------------------- | ------------------------------------------------------------------ | | Claude | claude_request, claude_request_async | Only provider with mcp_managed. | | Codex | codex_request, codex_request_async | Use sandboxMode, not fullAuto. | | Gemini | gemini_request, gemini_request_async | Antigravity owns native MCP configuration; use workingDir for cwd. | | Grok | grok_request, grok_request_async | Native ACP capability is also available through the gateway. | | Mistral | mistral_request, mistral_request_async | Native ACP capability; programmatic default is accept-edits. | | Devin | devin_request, devin_request_async | Native ACP capability; accepts flat prompt only. | | Cursor | cursor_