claudexor
by razzant
Local-first control plane for multi-account model rotation and cross-model review
Summary
Manages quota-aware rotation and orchestration across multiple Claude, Codex, Cursor, and OpenCode accounts. Provides a local-first control plane, as described by the Supervisor Pattern, with shared thread context, multi-account session routing, and cross-model review to compare outputs. Includes a CLI and Model Context Protocol (MCP)-compatible server for embedding into local developer workflows and multi-agent setups.
Why It Matters
Ideal For
Developers and teams who need to manage multiple Claude/Codex/Cursor subscriptions, share thread context locally, and compare model outputs for code-assistant workflows. This aligns with the Market-Based Coordination Pattern for coordinating across subscriptions.
Applications
- Rotate model subscriptions to respect quotas and balance usage across accounts
- Share conversation/thread context among multiple coding agents on a developer machine
- Run cross-model review to compare suggestions from Claude, Codex, and others for code quality checks
- Integrate a local MCP server into CI or pre-production testing to gather agent interaction logs