Skip to content
Zed

oroute for Zed

io.github.netclaus/oroute

Auto-route AI requests to 13 models (Claude, GPT, Gemini, Qwen, DeepSeek). 57% cost savings.

client:Zed transport:stdio runtime:npm

Install oroute 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": {
    "oroute": {
      "command": "npx",
      "args": [
        "-y",
        "oroute-mcp"
      ],
      "env": {
        "OROUTE_API_KEY": "<OROUTE_API_KEY>",
        "OROUTE_BASE_URL": "<OROUTE_BASE_URL>"
      }
    }
  }
}

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

oroute in other clients