Skip to content
Merged
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PM2 is constantly assailed by [more than 1800 tests](https://github.com/Unitech/

Official website: [https://pm2.keymetrics.io/](https://pm2.keymetrics.io/)

Works on Linux (stable) & macOS (stable) & Windows (stable). All Node.js versions are supported starting Node.js 22.0.0 and Bun since v1
Works on Linux (stable) & macOS (stable) & Windows (stable). Node.js 22.0.0 and later are supported, and Bun since v1


## Installing PM2
Expand Down 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 link to Codex documentation (https://developers.openai.com/codex/mcp) may be incorrect or the description may be inaccurate. As of my knowledge cutoff in January 2025, OpenAI's Codex was primarily an API for code generation, not a CLI tool. Please verify that this URL and description are accurate, and update if necessary. If this refers to a different tool or a recent release, consider adding more context or a brief explanation.

Suggested change
[Codex](https://developers.openai.com/codex/mcp) is OpenAI's CLI tool for AI-assisted development with MCP support.
Codex is a CLI tool for AI-assisted development with MCP support. The following commands assume you have a `codex` MCP client installed and configured on your system.

Copilot uses AI. Check for mistakes.

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