A
licenseB
qualityD
maintenanceMCP server that enables Claude Code to delegate code generation and debugging to OpenAI Codex, with stall detection and auto-recovery.
2
10 npm
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct function: enabling, checking status, or disabling the directive. No overlap in purposes.
All tools follow a consistent `claude_directive_` prefix with verb_noun pattern (enable, status, disable), making them easily identifiable.
Three tools is exactly right for managing a lifecycle (create/read/delete) of a single directive; compact and well-scoped.
The set covers the full lifecycle: enabling (create/update), checking status (read), and disabling (delete). No obvious gaps for the stated domain.