Codex Cli
MCP Serverby yulonglin · Added 5mo ago
Claude
3
Install
git clone https://github.com/yulonglin/dotfilesAdd to Claude
claude mcp add codex-cliQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"codex-cli": {
"command": "npx",
"args": [
"@modelcontextprotocol/codex-cli"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Delegate well-scoped implementation tasks to Codex CLI. Use when:
- Implementing a well-defined function, module, or feature
- Bug fixes with known root cause and clear fix
- Scoped refactoring (rename, extract, restructure within a module)
- File generation from a template or spec
- Getting a second opinion on an implementation plan or approach
Do NOT use for:
- Exploration or codebase understanding (use Explore agent)
- Multi-turn refinement or ambiguous tasks (do it yourself)
- Quick edit...
Tags
developmentpythonrustgobashskill