Skip to content
VS Code

LLM CLI Gateway for VS Code

io.github.verivus-oss/llm-cli-gateway

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

client:VS Code transport:stdio runtime:npm

Install LLM CLI Gateway in VS Code

.vscode/mcp.json

{
  "servers": {
    "llm-cli-gateway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "llm-cli-gateway"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

LLM CLI Gateway in other clients