codex-free

hypnguyen1209/codex-free
★ 13 stars Rust AI/LLM Updated today
Local MCP bridge server that turns ChatGPT into a Codex-like coding agent
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codex-free": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "codex-free"
      ]
    }
  }
}

Topics

chatgptcodexcodex-freemcpmcp-servermcp-tools