Woow LiteLLM MCP Server
by WOOWTECH
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LITELLM_MCP_BASE_URL | No | LiteLLM gateway base URL (no /api/v5). | http://localhost:4000 |
| LITELLM_MCP_READONLY | No | Drop every destructive tool. | false |
| LITELLM_MCP_MAX_LIMIT | No | Max page size. | 500 |
| LITELLM_MCP_MASTER_KEY | Yes | Bearer master/admin key. | |
| LITELLM_MCP_DEFAULT_LIMIT | No | Default page size. | 50 |
| LITELLM_MCP_DISABLED_TOOLS | No | CSV of tool names to disable. | |
| LITELLM_MCP_REQUEST_TIMEOUT | No | Per-request HTTP timeout (s). | 60 |
| LITELLM_MCP_DISABLED_CATEGORIES | No | CSV of categories to disable. | |
| LITELLM_MCP_DISABLED_OPERATIONS | No | CSV of tool:op / op gates. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues