Robot Resources Router for VS Code
io.github.robot-resources/router
Intelligent LLM routing proxy — 60-90% cost savings by auto-selecting the cheapest model
client:VS Code
transport:stdio
runtime:npm
Install Robot Resources Router in VS Code
.vscode/mcp.json
{
"servers": {
"router": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@robot-resources/router-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs