codex-consultationlisted
Install: claude install-skill sardonyx0827/dotfiles
# Codex MCP Server
**Purpose**: Use OpenAI Codex's advanced problem-solving and code-generation engine
to gather opinions on architecture design, strategic analysis, bug fixes, and similar topics.
Although it can generate code, **never let it implement anything unless explicitly instructed** —
use it solely for discussions about design, strategy, and the like.
After receiving an answer from Codex MCP, validate its soundness with Claude.
## Tools
| Tool | Purpose |
| ------------------------- | ------------------------------------------------------------- |
| `mcp__codex__codex` | Start a new session (`prompt` required) |
| `mcp__codex__codex-reply` | Continue an existing session (`threadId` + `prompt` required) |
### `mcp__codex__codex` parameters
| Parameter | Description | Example values |
| ----------------- | ------------------------- | --------------------------------------------------------------- |
| `prompt` | Initial prompt (required) | Detailed description of the problem |
| `sandbox` | Sandbox mode | `read-only` |
| `approval-policy` | Shell command approval | `untrusted`, `on-failure`, `on-request`, `never` |
| `model` | Model selection | omit