Skip to content
Cursor

autorouter for Cursor

io.github.webb-ventures/autorouter

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

client:Cursor transport:stdio runtime:npm

Install autorouter in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "autorouter": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

autorouter in other clients