← Back to browse

LLM CLI Gateway

Indexed by io.github.verivus-oss

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add llm-cli-gateway -- npx llm-cli-gateway
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"llm-cli-gateway","command":"npx","args":["llm-cli-gateway"]}'
JSON
{
  "mcpServers": {
    "llm-cli-gateway": {
      "command": "npx",
      "args": [
        "llm-cli-gateway"
      ]
    }
  }
}