LMX Cloud LLM Inference for Gemini CLI
io.lmxcloud/mcp-server
OpenAI-compatible LLM MCP (7 tools); chat via balance key or x402 USDC on Base
client:Gemini CLI
transport:streamable-http
tools:9
Install LMX Cloud LLM Inference in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server": {
"httpUrl": "https://mcp.lmxcloud.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs