Skip to content
Zed

autorouter for Zed

io.github.webb-ventures/autorouter

An MCP capability router: one search tool instead of every server's tool schema.

client:Zed transport:stdio runtime:npm

Install autorouter in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "autorouter": {
      "command": "npx",
      "args": [
        "-y",
        "autorouter-mcp"
      ],
      "env": {
        "AUTOROUTER_CONFIG": "<AUTOROUTER_CONFIG>",
        "AUTOROUTER_IMPORT": "<AUTOROUTER_IMPORT>",
        "AUTOROUTER_SELECTOR_MODE": "<AUTOROUTER_SELECTOR_MODE>",
        "AUTOROUTER_SELECTOR_MODEL": "<AUTOROUTER_SELECTOR_MODEL>"
      }
    }
  }
}

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

autorouter in other clients