Skip to content
Zed

litellm mcp for Zed

io.github.shin-bot-litellm/litellm-mcp

Give AI agents access to 100+ LLMs. Call any model, compare outputs.

client:Zed transport:stdio runtime:pypi

Install litellm mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "litellm-mcp": {
      "command": "uvx",
      "args": [
        "litellm-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

litellm mcp in other clients