model shunt for Cursor
io.github.yasmanycastillo/model-shunt
Model routing for AI agents: delegate bulk reads & boilerplate to cheap worker models.
client:Cursor
transport:stdio
runtime:pypi
Install model shunt in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"model-shunt": {
"type": "stdio",
"command": "uvx",
"args": [
"model-shunt"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs