io.github.pure-maple/modelmux — Model Context Protocol (MCP) Server
The io.github.pure-maple/modelmux MCP server is a “Model multiplexer” that routes tasks to Codex, Gemini, and Claude command-line interfaces using smart routing. Its purpose is to direct incoming requests to the appropriate model CLI rather than running a single fixed backend.
🛠️ Key Features
- Model multiplexer behavior
- Routes tasks to Codex CLI
- Routes tasks to Gemini CLI
- Routes tasks to Claude CLI
- Smart routing
🚀 Use Cases
- Dispatching tasks across multiple model CLIs
- Selecting a model destination based on routing decisions
- Integrating Codex, Gemini, and Claude in one workflow
⚡ Developer Benefits
- Unified interface for multiple model command-line targets
- Centralized routing to Codex/Gemini/Claude CLIs
⚠️ Limitations
- Only described as routing to Codex, Gemini, and Claude CLIs; additional capabilities are not specified