Odel
LLM CLI Gateway

LLM CLI Gateway

Local
@verivus-oss14TypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmllm-cli-gatewayv1.17.1

Run

npx -y llm-cli-gateway

MCP client config

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