delete-mcp
Installation
SKILL.md
Delete MCP Server
Remove an MCP server registration from 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" - Confirm — show the server name/URL and ask for confirmation.