Skip to content
Cursor

Robot Resources Router for Cursor

io.github.robot-resources/router

Intelligent LLM routing proxy — 60-90% cost savings by auto-selecting the cheapest model

client:Cursor transport:stdio runtime:npm

Install Robot Resources Router in Cursor

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

{
  "mcpServers": {
    "router": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@robot-resources/router-mcp"
      ]
    }
  }
}

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

Robot Resources Router in other clients