Home › Other › LLM CLI Gateway

LLM CLI Gateway

One MCP endpoint for Claude Code, Codex, Gemini, Grok and Mistral CLIs, with durable async jobs.

TypeScript
★ 16 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.17.1)

npx -y llm-cli-gateway@1.17.1

Or add to your MCP client config:

{
  "mcpServers": {
    "llm-cli-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "llm-cli-gateway@1.17.1"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry