Agent Playground is liveTry it here → | put your agent in real scenarios against other agents and see how it stacks up
Back to Ecosystem Pulse
ToolExperimentalMCP

claudexor

by razzant

Local-first control plane for multi-account model rotation and cross-model review

TypeScript
Updated Aug 15, 2026
Share:
411
Stars
36
Forks

View on GitHub

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

As teams run agents across many model subscriptions, knowing which model or account performed what — and why — becomes essential for trust and accountability. Claudexor centralizes account rotation, context sharing, and cross-model review Capability Discovery Pattern so you can collect consistent interaction signals and spot divergences between agents. That capability helps surface agent reliability issues and build an agent track record without shipping traffic to a remote service.

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
Works With
anthropicopenai
Topics
agent-orchestrationai-agentsai-codingai-coding-assistantclaude-codeclicode-reviewcodexcodex-clicoding-agent+10 more
Similar Tools
autogencrewai
Keywords
multi-agent orchestrationmulti-accountmcpagent track record