Agent skill
julien-mcp-codex-cli
Install Codex CLI MCP assistant. Use when user needs Codex CLI capabilities in their project.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/julien-mcp-codex-cli
SKILL.md
MCP Codex CLI Installer
This skill installs the Codex CLI MCP server into the current project.
Installation Procedure
When the user asks to install Codex CLI MCP:
- Check for existing
.mcp.jsonin the project root - Merge configuration - Add this server to
mcpServers:
{
"codex-cli": {
"command": "cmd",
"args": ["/c", "npx", "-y", "codex-mcp-server"]
}
}
- If
.mcp.jsondoesn't exist, create it with the full structure:
{
"mcpServers": {
"codex-cli": {
"command": "cmd",
"args": ["/c", "npx", "-y", "codex-mcp-server"]
}
}
}
Prerequisites
- Node.js and npm installed
Usage After Installation
Restart Claude Code to activate the MCP server.
Skill Chaining
- Input: User request to install Codex CLI MCP
- Output: Configured
.mcp.jsonwith codex-cli server - Tools Used: Read, Edit, Write
- Chains With: Any code analysis workflow
Troubleshooting
| Problem | Solution |
|---|---|
npx not found |
Install Node.js and ensure npm is in PATH |
| Server timeout | Check network connectivity |
| Command failed | Verify codex-mcp-server package exists |
| Permission denied | Run terminal as administrator on Windows |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?