Back to Home
cvidmar icon

codex-consultant

Verified Safe

by cvidmar

Overview

Provides Claude Code with an MCP server to get second opinions and code reviews from OpenAI's Codex CLI, acting as a bridge between the two AI assistants.

Installation

Run Command
/absolute/path/to/codex-consultant

Environment Variables

  • OPENAI_API_KEY

Security Notes

The server uses `os/exec` to call external commands ('codex' and 'git'). While user-supplied arguments for `codex exec` are passed after a `--` delimiter, which helps prevent direct shell command injection from the prompt content, the security ultimately depends on the robustness of the underlying `codex` CLI in handling potentially malicious input within its prompt arguments. The `git diff` commands are executed with fixed arguments and do not directly incorporate user-controlled strings as command arguments, posing a lower risk. No hardcoded secrets or network listening are present in the server's own Go code.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens3500
Stars0
Forks0
Last Update2025-12-03

Tags

MCP ServerCode ReviewAI AssistantOpenAI CodexClaude Code