CodexMCP
未认领MCP that wraps Codex CLI
安装
npm install -g @openai/codex工具(15 个)
audience
(Optional) Target audience (default: "developer").
code
(Optional) Source code to assess. If omitted, the CLI might analyze the workspace based on the prompt.
code_generate
Unified entry point for all code-generation tasks.
describe_codebase
Explain the repository, a file, or a code snippet.
description
Task description.
detail_level
(Optional) Level of detail (e.g., "brief", "medium", "detailed", default: "medium").
extra_prompt
(Optional) Free-form instructions to guide the review.
feedback
(Optional) Feedback on previous iterations.
focus_areas
(Optional) List of areas to focus on (e.g., "security", "performance").
iteration
(Optional) Current iteration number (default: 1).
language
(Optional) Programming language (default: "Python").
parameters
(Optional) Dictionary of parameters to fill in the template.
review_code
Assess code quality, security, style or other aspects.
subject
(Optional) Code snippet, file path, or concept to explain. If omitted, describes the current repository.
template_name
(Optional) Name of the template to use.