MCP Servers / development / llm-cli-gateway

llm-cli-gateway

JSON →
stdionone3development

Unified MCP server providing access to Claude Code, Codex, and Gemini CLIs through a single gateway. Features multi-LLM orchestration, persistent session management, async job execution with polling, approval gates, retry with circuit breakers, and token optimization. Install: npx -y llm-cli-gateway

Install
How to run this server
[ { "cmd": "pip install vibe-cli", "imports": [] } ]
server path: llm-cli-gateway
Tools
What this server exposes
validate_with_models
Ask two or more providers to independently validate a question.
second_opinion
Ask one provider to review an answer.
red_team_review
Challenge a plan, answer, or document for risks and failure modes.
consensus_check
Check whether providers agree with a claim.
ask_model
Ask one provider through the simplified surface.
synthesize_validation
Run an explicit judge model after provider results have been collected.
job_status
Poll and collect validation job outputs.
job_result
Poll and collect validation job outputs.
claude_request
Execute a Claude Code request with optional session management.
codex_request
Execute a Codex request with optional session tracking.
gemini_request
Execute a Gemini CLI request with session support.
grok_request
Execute a Grok CLI (xAI) request with session support.
Configuration
Environment & auth
authnone
envLLM_GATEWAY_AUTH_TOKEN
envRVWR_GATEWAY_BUNDLE_URL
envGROK_CODE_XAI_API_KEY
Resources
llm-cli-gateway — MCP Server · libregistry