Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ claude mcp get pm2-mcp
```

#### Codex (stdio)
[Codex](https://developers.openai.com/codex/mcp) is OpenAI's CLI tool for AI-assisted development with MCP support.
Copy link

Copilot AI Jan 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL https://developers.openai.com/codex/mcp and the claim that "Codex is OpenAI's CLI tool" appear to be incorrect. OpenAI's Codex was a code generation model (now deprecated and superseded by GPT-3.5/GPT-4), not a CLI tool. This looks like it might be confused with a different tool. The URL and description should be verified and corrected to accurately describe what Codex actually is in this context.

Suggested change
[Codex](https://developers.openai.com/codex/mcp) is OpenAI's CLI tool for AI-assisted development with MCP support.
Codex here refers to a generic MCP-compatible CLI client using the `codex` command; replace `codex` with whatever MCP client you use.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Jan 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation for "Codex" lacks consistency with the "Claude Code" section above. The Claude Code section (lines 231-241) does not have an explanatory link or description, while this new Codex section adds one. For consistency, either both tools should have explanations, or neither should. Consider whether an explanation is truly needed here, or if the section header and commands are self-documenting like the Claude Code section.

Copilot uses AI. Check for mistakes.

```bash
# Add pm2-mcp to Codex
codex mcp add pm2-mcp -- pm2-mcp
Expand Down