Local admin CodexPro

Connection profile

Use this for the next start. Current tunnel URLs appear here when the launcher knows them.

saved
Current Server URL http://127.0.0.1:8787/mcp

Local-only endpoint for clients that can reach this machine.

Connection

Choose how ChatGPT reaches this local MCP server. Stable providers use the saved hostname; quick Cloudflare generates the URL at launch.

Cloudflare generated this URL for the current run. Quick tunnel URLs change after restart.

Runtime policy

Save the default access level for the next launch. These settings do not mutate the process that is already running.

Read-only this run
Bash transcriptcompact
Widget originhttps://rebel0789.github.io
/home/jianwen/.codexpro/profiles/e0ca93ce6d7c0d3cad8335ea.json

Tokens stay hidden. Restart CodexPro for saved profile changes to apply.

Connect ChatGPT

Create an app connection that points at the public Server URL copied by the terminal.

  1. 1Open ChatGPT settings and create an app connection.
  2. 2Set Connection to Server URL.
  3. 3Paste the public CodexPro URL from the terminal.
  4. 4Use No Authentication / None; the private token is already in the copied URL.

Open ChatGPT settings

CLI controls

Copy these when you need to restart with a different runtime policy. They do not mutate the running process from the browser.

Re-run setup wizard

Use the CLI for broader profile edits that are intentionally not exposed here.

codexpro setup
Copy local MCP URL

Useful for a local MCP client. ChatGPT usually needs the public tunnel URL copied by the terminal.

http://127.0.0.1:8787/mcp
Start without bash

Restart with file tools but no ChatGPT-triggered bash tool.

codexpro start --root '/home/jianwen/Desktop/novonesis/Pep_docking' --no-bash
Require explicit bash target

Restart so bash calls must include this matching session_id.

codexpro start --root '/home/jianwen/Desktop/novonesis/Pep_docking' --bash-session 'main' --require-bash-session
Show Codex session list

Restart with read-only local Codex session metadata in full tool mode.

codexpro start --root '/home/jianwen/Desktop/novonesis/Pep_docking' --tool-mode full --codex-sessions metadata
Read Codex transcripts

Restart with bounded local transcript reads from Codex JSONL history.

codexpro start --root '/home/jianwen/Desktop/novonesis/Pep_docking' --tool-mode full --codex-sessions read
Use full bash transcript

Restart with the raw stdout/stderr transcript instead of compact tool cards.

codexpro start --root '/home/jianwen/Desktop/novonesis/Pep_docking' --bash-transcript full
Allowed roots

CodexPro rejects workspace access outside these roots.