AgentHubAgentHub

LLM CLI Gateway

MCP ServerMCP Registry官方收录

io.github.verivus-oss/llm-cli-gateway · v1.17.1

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

概览

LLM CLI Gateway 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

相关资源

统一 Manifest

{
  "id": "io.github.verivus-oss/llm-cli-gateway",
  "type": "mcp-server",
  "version": "1.17.1",
  "displayName": "LLM CLI Gateway",
  "description": "One MCP endpoint for Claude Code, Codex, Gemini, Grok and Mistral CLIs, with durable async jobs.",
  "repository": {
    "url": "https://github.com/verivus-oss/llm-cli-gateway",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "llm-cli-gateway",
        "version": "1.17.1",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.verivus-oss/llm-cli-gateway",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.verivus-oss%2Fllm-cli-gateway/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
LLM CLI Gateway — MCP Server 安装与配置 · AgentHub