Skip to content
VS Code

model shunt for VS Code

io.github.yasmanycastillo/model-shunt

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

client:VS Code transport:stdio runtime:pypi

Install model shunt in VS Code

.vscode/mcp.json

{
  "servers": {
    "model-shunt": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "model-shunt"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

model shunt in other clients