delete-mcp

Solid

Delete an MCP server from a live LiteLLM proxy. Ask for the server_id and confirm before calling DELETE /v1/mcp/server/{server_id}.

AI & Automation 33 stars 6 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
51
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
31
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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 1. **server_id** — if they don't have it, list first: ```bash curl -s "$BASE/v1/mcp/server" -H "Authorization: Bearer $KEY" ``` 2. **Confirm** — show the server name/URL and ask for confirmation. ## Run ```bash curl -s -X DELETE "$BASE/v1/mcp/server/<server_id>" \ -H "Authorization: Bearer $KEY" ``` ## Output Confirm deletion. Note that any agents using this MCP server will lose access to its tools.

Details

Author
BerriAI
Repository
BerriAI/litellm-skills
Created
2 months ago
Last Updated
2 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category