Stats
Actions
Tags
From oh-my-claude
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": {
"gpt-as-mcp": {
"command": "codex",
"args": [
"mcp-server"
]
}
}
}Server configuration and connection parameters
codexCommand-line arguments passed to the server process
npx claudepluginhub 2lab-ai/oh-my-claude --plugin oh-my-claude