LiteLLM MCP Server Bridge
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LiteLLM MCP Server BridgeList available models"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LiteLLM MCP Server Bridge
A Model Context Protocol (MCP) server that connects Antigravity to your deployed LiteLLM instance.
Features
This MCP server provides the following tools:
chat_completion - Generate chat completions using any model in your LiteLLM instance
completion - Generate text completions using the legacy endpoint
list_models - List all available models
health_check - Check LiteLLM instance health status
create_embedding - Generate embeddings
model_info - Get detailed information about a specific model
create_image - Generate images using models available in your instance
create_speech - Generate speech audio from text (TTS)
rerank - Rerank documents based on a search query
key_generate - Generate a new LiteLLM Proxy API key (admin feature)
key_info - Get details and spend info for a LiteLLM Proxy API key (admin feature)
Setup
1. Configure Antigravity
Add the following to your Antigravity MCP configuration. This will use npx to fetch and run the latest version of the published package on-the-fly.
{
"mcpServers": {
"litellm": {
"command": "npx",
"args": [
"-y",
"litellm-mcp-server@latest"
],
"env": {
"LITELLM_BASE_URL": "https://your-litellm-url",
"LITELLM_API_KEY": "your-api-key-here"
}
}
}
}2. Set Your Secrets
Replace your-litellm-url and your-api-key-here in the configuration with your actual LiteLLM Base URL and API key.
Usage Examples
Once configured, you can use the MCP tools in Antigravity:
Chat Completion
Use the chat_completion tool to generate a response using gpt-4List Models
Use the list_models tool to see what models are availableHealth Check
Use the health_check tool to verify the LiteLLM instance is runningEnvironment Variables
LITELLM_BASE_URL- Your LiteLLM instance URLLITELLM_API_KEY- Your LiteLLM API key for authentication
Troubleshooting
Server won't start
Ensure Node.js is installed:
node --versionCheck dependencies are installed:
npm installVerify the script path in your Antigravity config is correct
Check that your API key is valid
Connection errors
Verify your LiteLLM instance is accessible:
curl https://your-litellm-url/healthCheck your API key has proper permissions
Ensure your network allows connections to the LiteLLM instance
Tool not showing up
Restart Antigravity after adding the MCP server configuration
Check Antigravity logs for any error messages
Verify the JSON configuration is valid
Architecture
The MCP server acts as a bridge:
Antigravity ←→ MCP Server (this script) ←→ LiteLLM InstanceAll requests from Antigravity are forwarded to your LiteLLM instance with proper authentication headers.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AbhishekMore-1/litellm-proxy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server