Skip to content
Windsurf

autorouter for Windsurf

io.github.webb-ventures/autorouter

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

client:Windsurf transport:stdio runtime:npm

Install autorouter in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

autorouter in other clients