Skip to content
Zed

model shunt for Zed

io.github.yasmanycastillo/model-shunt

Model routing for AI agents: delegate bulk reads & boilerplate to cheap worker models.

client:Zed transport:stdio runtime:pypi

Install model shunt in Zed

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

{
  "context_servers": {
    "model-shunt": {
      "command": "uvx",
      "args": [
        "model-shunt"
      ]
    }
  }
}

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

model shunt in other clients