Skip to content
Cursor

modelmux for Cursor

io.github.pure-maple/modelmux

Model multiplexer — route tasks to Codex, Gemini, and Claude CLIs with smart routing.

client:Cursor transport:stdio runtime:pypi

Install modelmux in Cursor

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

{
  "mcpServers": {
    "modelmux": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "modelmux"
      ]
    }
  }
}

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

modelmux in other clients