toolroute for VS Code
io.github.grossiweb/toolroute
Route AI agent tasks to the best MCP server and LLM, scored on 132+ real benchmark executions.
client:VS Code
transport:stdio
runtime:npm
Install toolroute in VS Code
.vscode/mcp.json
{
"servers": {
"toolroute": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@toolroute/sdk"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs