codex-agent-session-manager

Hefero/codex-agent-session-manager
★ 0 stars TypeScript Code/Dev Tools Updated 7d ago
Agent-facing Codex App Server session manager with MCP validation harness.
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": {
    "codex-agent-session-": {
      "command": "npx",
      "args": [
        "-y",
        "Hefero/codex-agent-session-manager"
      ]
    }
  }
}

README Excerpt

Agent-facing Codex App Server session manager with an MCP validation harness. This repository is a clean extraction from the `codex-mcp-hot-reloader` research and validation work. The goal is to expose selected Codex App Server session operations as safe MCP tools that a Codex agent can call from inside its

Tools (6)

codex_mcp_status_listcodex_operation_readcodex_operation_waitcodex_session_manager_probecodex_thread_contextcodex_threads_list