← Index

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

io.github.verivus-oss/llm-cli-gateway·v1.0.1·AI & LLMs
Quality Score
85
/100

Unified MCP gateway to Claude Code, Codex, and Gemini CLIs with sessions and async jobs.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "llm-cli-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "llm-cli-gateway"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "llm-cli-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "llm-cli-gateway"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y llm-cli-gateway
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs