agent-router-mcp

Marczelloo/agent-router-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server that puts guardrails around delegating work to OpenAI Codex: quota preflight and handoff, git worktree isolation, checkpoints, and read-only cross-review.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-router-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Marczelloo/agent-router-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that puts guardrails around delegating work to OpenAI Codex. Codex already ships its own MCP server (`codex mcp-server`), and it exposes two tools: `codex` and `codex-reply`. If all you want is "run a Codex session from another agent", use that — it is first-party and costs you nothing to maintain.

Tools (19)

AGENT_ROUTER_APPROVAL_POLICYAGENT_ROUTER_AUTO_APPROVEAGENT_ROUTER_CHECKPOINTSAGENT_ROUTER_CODEX_ARGSAGENT_ROUTER_CODEX_BINAGENT_ROUTER_DEBUGAGENT_ROUTER_DEFAULT_WAIT_SECONDSAGENT_ROUTER_ISOLATIONAGENT_ROUTER_MAX_WAIT_SECONDSAGENT_ROUTER_QUOTA_BLOCK_PERCENTAGENT_ROUTER_QUOTA_LOW_PERCENTAGENT_ROUTER_QUOTA_PREFLIGHTAGENT_ROUTER_SANDBOXAGENT_ROUTER_STATE_FILEAGENT_ROUTER_WORKTREE_ROOTdailymonthlyweeklywindowDurationMins

Topics

ai-agentsclaude-codecodexdeveloper-toolsmcpmodel-context-protocolopenai