Adaptive LLM Gateway
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_URL | No | Local Ollama URL | http://localhost:11434 |
| PLUGINS_DIR | No | Plugin directories (comma-separated) | |
| DATABASE_URL | Yes | Postgres connection string (required) | |
| REDACT_PII_MODE | No | off / cloud_only / always | off |
| FEDERATION_PEERS | No | Comma-separated peer URLs | |
| WATCHDOG_ENABLED | No | Bridge watchdog auto-recovery | 0 |
| AUTO_SPAWN_BRIDGES | No | Auto-spawn detected CLI bridges at boot | 0 |
| FEDERATION_ENABLED | No | Cross-instance learning | 0 |
| OUTPUT_DEFENSE_MODE | No | off / tag / cut | off |
| DASHBOARD_AUTH_TOKEN | No | Bearer token for /api/dashboard/* | |
| INJECTION_DEFENSE_MODE | No | off / warn / block / llm_judge | off |
| LLM_GATEWAY_MIN_TOKENS | No | Min prompt length before compression | 700 |
| SEMANTIC_CACHE_ENABLED | No | Embedding-similarity cache | 0 |
| ADAPTIVE_ROUTING_ENABLED | No | Cost-aware adaptive routing | 0 |
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/renefichtmueller/adaptive-llm-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server