async-codex-mcp

wyrd-company/async-codex-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
Async codex MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "async-codex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wyrd-company/async-codex-mcp"
      ]
    }
  }
}

README Excerpt

Async Codex MCP server. This package implements an MCP server that proxies a Codex MCP server and turns blocking `codex` calls into background sessions. Configured profile tools return immediately with an async session id; clients can poll `session-status`, receive `notifications/message` completion events, and resume completed Codex sessions with `continue-session`.

Tools (2)

async_codex_ask_userasync_codex_notify_user