llm-cli-gateway
by verivus-oss
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging (set to any value) | |
| GEMINI_MODELS | No | Additional models for Gemini (JSON object of model->description). | |
| CODEX_CONFIG_PATH | No | Path to Codex config file. | |
| VIBE_ACTIVE_MODEL | No | Override active model for Mistral Vibe. | |
| LLM_GATEWAY_CONFIG | No | Path to gateway TOML config (default: ~/.llm-cli-gateway/config.toml) | |
| CODEX_DEFAULT_MODEL | No | Explicit default model for Codex. | |
| GEMINI_HISTORY_ROOT | No | Path to Gemini history root directory. | |
| LLM_GATEWAY_JOBS_DB | No | Deprecated legacy env var. Use config.toml instead. | |
| LLM_GATEWAY_LOGS_DB | No | Deprecated: override persistence path. Use config.toml instead. | |
| CLAUDE_DEFAULT_MODEL | No | Explicit default model for Claude. | |
| CLAUDE_SETTINGS_PATH | No | Path to Claude settings file. | |
| GEMINI_DEFAULT_MODEL | No | Explicit default model for Gemini. | |
| GEMINI_MODEL_ALIASES | No | Aliases for Gemini models. | |
| GEMINI_SETTINGS_PATH | No | Path to Gemini settings file. | |
| GROK_CODE_XAI_API_KEY | No | API key for Grok CLI (alternative to OAuth login). | |
| LLM_GATEWAY_AUTH_TOKEN | No | Bearer token for HTTP transport authentication. | |
| LLM_GATEWAY_MODEL_ALIASES | No | Global model aliases for all CLIs. | |
| CLAUDE_SETTINGS_LOCAL_PATH | No | Path to Claude local settings file. | |
| LLM_GATEWAY_APPROVAL_POLICY | No | Default approval policy (strict, balanced, permissive) | |
| LLM_GATEWAY_DEDUP_WINDOW_MS | No | Override dedupWindowMs for async job deduplication. | |
| LLM_GATEWAY_JOB_RETENTION_DAYS | No | Override retentionDays for job persistence. | |
| LLM_GATEWAY_ACKNOWLEDGE_EPHEMERAL | No | Set to 1/true/yes to acknowledge ephemeral backend for async tools. | |
| LLM_GATEWAY_DISABLE_MODEL_DISCOVERY | No | Set to 1 to disable local model-history discovery. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/verivus-oss/llm-cli-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server