MCP Directory
Back

oh-my-codex

by scalarian · TypeScript · ★ 57

oh-my-codex (omx) — Orchestration layer for OpenAI Codex CLI. Async Claude Code delegation (no timeouts), structured workflows (autopilot, TDD, code review, planning), persistent state & memory. Like oh-my-zsh but for Codex.

#agent-framework#ai-agents#ai-coding#ai-orchestration#async#claude#claude-code#cli#code-review#codex#codex-cli#developer-tools#mcp#mcp-server#model-context-protocol#openai#orchestration#tdd

Install

npx -y github:scalarian/oh-my-codex

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "oh-my-codex": {
      "command": "npx",
      "args": [
        "-y",
        "github:scalarian/oh-my-codex"
      ]
    }
  }
}

From the README

Codex-native orchestration for builders who want one default path from a vague prompt to a durable multi-worker runtime. OMX v2 is not the old Codex-to-Claude bridge. It is a full Codex product built around: - durable state - tmux-aware team execution - a real agent catalog - a plugin SDK plus Codex plugin bridge - a first-party hook pack for Codex hooks - CLI, MCP, docs, demos, and packaged assets in one repo - - - - - - - - - - - - - - - - - - - - - - - - durable task graph, review queue, inbox, and execution ledger - tmux-first worker runtime on macOS/Linux, deg…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers