Persistent MCP server for Codex reviews.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"codexreviewmcp": {
"command": "npx",
"args": [
"-y",
"lynnswap/CodexReviewMCP"
]
}
}
}
Run in terminal:
claude mcp add codexreviewmcp npx -y lynnswap/CodexReviewMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"codexreviewmcp": {
"command": "npx",
"args": [
"-y",
"lynnswap/CodexReviewMCP"
]
}
}
}
README Excerpt
CodexReviewMCP exposes Codex review over MCP. 1. Launch ReviewMonitor. 2. Register the MCP server in your client: ```bash codex mcp add codex_review --url http://localhost:9417/mcp codex mcp add codex_review -- codex-review-mcp ``` 3. Call one of the exposed tools: - `review_start` - `review_list` - `review_read`
Tools (19)
cwdelapsedSecondsendedAtitemsjobIdlastAgentMessagelogsrawLogTextreviewreview_listreview_readreview_startstartedAtstatusstatusessummarytargetSummarythreadIdturnId
Topics
appkitcodexcodex-reviewmacosmcp