Skip to content
Zed

toolroute for Zed

io.github.grossiweb/toolroute

Route AI agent tasks to the best MCP server and LLM, scored on 132+ real benchmark executions.

client:Zed transport:stdio runtime:npm

Install toolroute in Zed

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

{
  "context_servers": {
    "toolroute": {
      "command": "npx",
      "args": [
        "-y",
        "@toolroute/sdk"
      ]
    }
  }
}

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

toolroute in other clients