codex-mcp-hot-reloader

Hefero/codex-mcp-hot-reloader
★ 0 stars JavaScript AI/LLM Updated 1mo ago
Codex MCP workflow to bootstrap, restart, reload, and validate MCP servers and callable tools through Codex App Server.
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": {
    "codex-mcp-hot-reload": {
      "command": "npx",
      "args": [
        "-y",
        "Hefero/codex-mcp-hot-reloader"
      ]
    }
  }
}

README Excerpt

Reference workflow for Codex agents to build MCP servers end to end: bootstrap new MCP servers and tools, reload or restart MCP processes through Codex App Server, and continue in a fresh model turn when the active turn cannot see new callable tool definitions. This exists because MCP development often hits the same wall: after changing a

Tools (2)

codex_app_server_probecodex_app_server_reload