LLM CLI Gateway
Rank #2,512io.github.verivus-oss/llm-cli-gateway
One MCP endpoint for Claude Code, Codex, Gemini, Grok and Mistral CLIs, with durable async jobs.
LLM CLI Gateway is a Model Context Protocol (MCP) server published by verivus-oss. It ranks #2,512 of 115,591 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. LLM CLI Gateway is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Mar 31, 2026 and most recently updated on May 30, 2026.
Ranks ahead of 113,079 of 115,591 servers on MCP Toplist.
Use LLM CLI Gateway
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add llm-cli-gateway -- npx -y llm-cli-gateway[mcp_servers.llm-cli-gateway]
command = "npx"
args = ["-y", "llm-cli-gateway"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"llm-cli-gateway": {
"command": "npx",
"args": [
"-y",
"llm-cli-gateway"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"llm-cli-gateway": {
"command": "npx",
"args": [
"-y",
"llm-cli-gateway"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"llm-cli-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"llm-cli-gateway"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"llm-cli-gateway": {
"command": "npx",
"args": [
"-y",
"llm-cli-gateway"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"llm-cli-gateway": {
"command": "npx",
"args": [
"-y",
"llm-cli-gateway"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.verivus-oss%2Fllm-cli-gateway)<a href="https://mcptoplist.com/server/io.github.verivus-oss%2Fllm-cli-gateway"><img src="https://mcptoplist.com/badge/io.github.verivus-oss%2Fllm-cli-gateway.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
verivus-oss
Other servers by verivus-oss
View all verivus-oss servers →Available versions (3)
| Version | Published |
|---|---|
| 1.17.1 | May 30, 2026 |
| 1.0.1 | Mar 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains LLM CLI Gateway?
- LLM CLI Gateway is maintained by verivus-oss, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is LLM CLI Gateway listed on the Official MCP Registry?
- Yes — LLM CLI Gateway is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does LLM CLI Gateway have?
- MCP Toplist tracks 3 versions of LLM CLI Gateway, most recently published on May 30, 2026.
- Where can I find the source code for LLM CLI Gateway?
- The source code for LLM CLI Gateway is hosted at github.com/verivus-oss/llm-cli-gateway.