codex-dojo

zapabob/codex-dojo
★ 0 stars Python AI/LLM Updated today
Codex Dojo - MCP workspace server for GPT coding agents
View on GitHub → Try with Claude — $10 free →

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-dojo": {
      "command": "uvx",
      "args": [
        "codex-dojo"
      ]
    }
  }
}

Or install with pip: pip install codex-dojo

README Excerpt

**GPT / ChatGPT 向け MCP コーディング道場** — ファイル編集・差分適用・多言語テストをひとつの MCP サーバーに。 - 📁 ワークスペース内の安全なファイル I/O(トラバーサル防止) - 🩹 unified diff パッチ適用 - 🔍 `.gitignore` 対応の `list_files` / `search_files` - 🧪 **多言語 `run_test`**: Python / Rust / TypeScript / C / C++ / CUDA - 🛡️ OAuth(Google / GitHub / OIDC)— ChatGPT Developer Mode 対応

Tools (12)

apply_patchcudalist_filespreview_diffpythonread_filerun_shellrun_testrustsearch_filestypescriptwrite_file_atomic