update-mcp
Installation
SKILL.md
Update MCP Server
Update an existing MCP server registration on a live LiteLLM proxy.
Setup
LITELLM_BASE_URL — e.g. https://my-proxy.example.com
LITELLM_API_KEY — proxy admin key
Ask the user
- server_id — if they don't have it, list first:
curl -s "$BASE/v1/mcp/server" -H "Authorization: Bearer $KEY" - What to change — any combination of:
url
Related skills
More from berriai/litellm-skills
add-model
Add a new model to a live LiteLLM proxy. Walks the user through picking a provider, entering the deployment name and credentials, calls POST /model/new, then test-calls the model to confirm it routes correctly. Use when the user wants to add, register, deploy, or configure a new model on a LiteLLM proxy instance.
13delete-model
Delete a model from a live LiteLLM proxy. Asks for the model name or model_id and confirms before calling POST /model/delete. Use when the user wants to remove, delete, or unregister a model from a LiteLLM proxy instance.
12add-mcp
>
11delete-mcp
>
11update-key
>
11update-model
>
11