Stats
Actions
Tags
From claude-idd-framework
Runs the Codex MCP server locally, enabling AI-powered code analysis and generation capabilities within Claude via the Codex CLI tool.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"codex-mcp": {
"command": "codex",
"args": [
"mcp-server"
]
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
codexCommand-line arguments passed to the server process
npx claudepluginhub aglabo/idd-framework