Monitor and manage your Codex threads, MCPs, projects, and usage directly from Raycast.
Inspect the MCP servers Codex knows about, their sign-in state, where each one is configured, and the tools they offer.
Browse the projects configured in the Codex desktop app, including their pinned order, primary and attached folders, and the threads assigned to them.
View your Codex rate limits and token usage.
Browse active and archived Codex threads. Search recent names, working directories, and previews immediately; queries of at least three characters search your full transcript history.
codex resume command. Resume in Terminal opens the app set in the Terminal App preference.Start a new thread in your default working directory.
Start a thread with a typed prompt and a working-directory picker. The picker lists subfolders from your Working Directory Root, with recent thread counts when available, plus a Choose Folder option with a native folder chooser.
Start a thread using clipboard text as the prompt. It opens in your Default Working Directory, or the app's default when that preference is empty.
Start a thread using selected text from the frontmost application as the prompt. It opens in your Default Working Directory, or the app's default when that preference is empty.
Assign this command a hotkey in Raycast to send a selection directly to Codex without an intermediate form. If the selection is empty or cannot be read, the command shows a message and does not start a thread.
Open Codex in the ChatGPT desktop app.
app-server supports it.The extension detects the codex binary automatically by searching:
/Applications/ChatGPT.app/Contents/Resources/codex)~/.codex/packages/standalone/current/codex (standalone installer)/opt/homebrew/bin/codex (Homebrew on Apple Silicon)/usr/local/bin/codex (Homebrew on Intel)~/.local/bin/codexcommand -v codex)If none match, set the path manually in the Codex CLI Path preference.
| Preference | Description |
|---|---|
| New Thread Mode | Which mode to open new threads in: Codex, ChatGPT Work, or regular ChatGPT Chat. Working directory settings apply to Codex and Work. |
| Default Working Directory | Default directory for all new Codex threads, used when you don't pick a folder. |
| Working Directory Root | Folder whose direct subfolders become the working directory choices in New Thread with Prompt (for example, ~/projects or ~/dev). |
| Terminal App | Terminal that Resume in Terminal opens: Terminal, Ghostty (1.3 or later), or iTerm2. |
| Codex CLI Path | Path to the Codex CLI binary. Leave blank to auto-detect using the search order above. |
Via Raycast (recommended):
npm install && npm run dev from the extension folderWhen submitting changes, add yourself to contributors in package.json and update CHANGELOG.md.