Agent Skills for managing live LiteLLM proxy deployments — users, teams, keys, orgs, models, MCP servers, agents
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"litellm-skills": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Agent Skills for managing live LiteLLM proxy deployments — users, teams, keys, orgs, models, MCP servers, agents
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
This server is missing a description.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / devops
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for Litellm Skills and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Agent Skills for managing live LiteLLM proxy deployments. Requires curl.
curl -fsSL https://raw.githubusercontent.com/BerriAI/litellm-skills/main/install.sh | sh
| Skill | Description |
|---|---|
add-user | Create a user with email, role, budget, and model access. |
update-user | Update budget, role, or model access for an existing user. |
delete-user | Delete one or more users. |
| Skill | Description |
|---|---|
add-team | Create a team with budget and model limits. |
update-team | Update budget, models, or rate limits for an existing team. |
delete-team | Delete one or more teams. |
| Skill | Description |
|---|---|
add-key | Generate an API key scoped to a user, team, budget, and expiry. |
update-key | Update budget, models, or expiry for an existing key. |
delete-key | Delete one or more API keys by value or alias. |
| Skill | Description |
|---|---|
add-org | Create an organization with budget and model access. |
delete-org | Delete one or more organizations. |
| Skill | Description |
|---|---|
add-model | Add any LLM provider (OpenAI, Azure, Anthropic, Bedrock, Ollama…) and test it. |
update-model | Rotate credentials or change the underlying deployment for a model. |
delete-model | Remove a model from the proxy. |
| Skill | Description |
|---|---|
add-mcp | Register an MCP server (SSE, HTTP, or stdio). |
update-mcp | Update URL, credentials, or allowed tools for an MCP server. |
delete-mcp | Remove an MCP server registration. |
| Skill | Description |
|---|---|
add-agent | Create an AI agent backed by a model and optional MCP servers. |
update-agent | Swap the model or update description and limits for an agent. |
delete-agent | Remove an agent. |
| Skill | Description |
|---|---|
view-usage | Query daily spend and token activity by user, team, org, or model. |
curl installedllm_api_routes)MIT