Skip to content
Cursor

oroute for Cursor

io.github.netclaus/oroute

Auto-route AI requests to 13 models (Claude, GPT, Gemini, Qwen, DeepSeek). 57% cost savings.

client:Cursor transport:stdio runtime:npm

Install oroute 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": {
    "oroute": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "oroute-mcp"
      ],
      "env": {
        "OROUTE_API_KEY": "<OROUTE_API_KEY>",
        "OROUTE_BASE_URL": "<OROUTE_BASE_URL>"
      }
    }
  }
}

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

oroute in other clients