LLM CLI Gateway MCP Server

Secure local control plane for AI coding agents. llm-cli-gateway lets supported MCP clients operate Claude Code, Codex, Gemini/Antigravity, Grok Build, Mistral Vibe, Cognition Devin, Cursor Agent, and configured HTTP API providers through one user-owned gateway while preserving native CLI sessions, local credentials, durable async jobs, validation receipts, and review workflows. Its 7 documented tools cluster into validate, review, second, red.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 13 · #90 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install LLM CLI Gateway

before you install - you'll need

Set LLM_GATEWAY_SKILLS_PATH, LLM_GATEWAY_AUTH_TOKEN before connecting.

Claude Code

claude mcp add verivus-oss-llm-cli-gateway -- npx -y llm-cli-gateway

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package llm-cli-gateway - unscoped; check the name against the project README before installing

registry namespace io.github.verivus-oss is GitHub-verified and matches the repo owner

03 · What LLM CLI Gateway can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can ask two or more providers to independently validate a question, capture one complete Git review artifact, fence repository, ask one provider to review an answer, and check whether providers agree with a claim.

Capability map

Tools grouped from the project's README - what LLM CLI Gateway lets an agent do.

Validate

1 tool - e.g. ask two or more providers to independently validate a question.

validate_with_models

Review

1 tool - e.g. capture one complete Git review artifact, fence repository

review_changes

Second

1 tool - e.g. ask one provider to review an answer.

second_opinion

Red

1 tool - e.g. challenge a plan, answer, or document for risks and failure modes.

red_team_review

Consensus

1 tool - e.g. check whether providers agree with a claim.

consensus_check

Ask

1 tool - e.g. ask one provider through the simplified surface.

ask_model

Synthesize

1 tool - e.g. run an explicit judge model after provider results have

synthesize_validation

Latest releases

v3.0.0 · 2026-07-17

Major release. Full notes in CHANGELOG.md under [3.0.0]. · Highlights · Personal Agent Config Kit: sync a verified private baseline across · workstations with a bounded repository overlay. Local-only, machine-bound…

v2.17.1 · 2026-07-13

llm-cli-gateway v2.17.1. See CHANGELOG.md on this tag for release notes.

v2.17.0 · 2026-07-12

v2.17.0 adds least-cost routing, release supply-chain safeguards, and durable Postgres job-store recovery. · Highlights: · Route requests to the cheapest eligible provider and model within quality, budget, and capacity…

04 · Who maintains LLM CLI Gateway

LLM CLI Gateway is maintained by verivus-oss. We track 2 MCP servers from verivus-oss - 2 actively maintained, 41 combined GitHub stars, oldest repo from Oct 2025. Full record: all servers from verivus-oss.

  1. sqry - Semantic Code Search AST-based semantic code search: 39 tools over 37 languages. Call tracing and impact analysis. ★ 28

05 · Facts

category
other - ranked #90 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-07-17)
registry
io.github.verivus-oss/llm-cli-gateway (active, first published 2026-03-31 · 2 versions)
packages
npm:llm-cli-gateway

06 · LLM CLI Gateway FAQ

Is LLM CLI Gateway still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 4 releases in the last 90 days. We re-verify nightly.

What can LLM CLI Gateway do?

With this server connected, an agent can ask two or more providers to independently validate a question, capture one complete Git review artifact, fence repository, ask one provider to review an answer, and check whether providers agree with a claim.

How do I install LLM CLI Gateway?

Run `npx -y llm-cli-gateway`. The README documents 2 environment variables (LLM_GATEWAY_SKILLS_PATH, LLM_GATEWAY_AUTH_TOKEN) to set first. Set LLM_GATEWAY_SKILLS_PATH, LLM_GATEWAY_AUTH_TOKEN before connecting. You can also paste the ready-made client config above.

Does LLM CLI Gateway run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to LLM CLI Gateway

More MCP servers to compare · WebDAV MCP · Apple Books · Attestix · Sms · Voidmob MCP

More TypeScript MCP servers · Auto Mem · Easy Digital Downloads · Evernote · Free Scout · Local WP · see all