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
{
"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