{"id":50569641,"url":"https://github.com/rolling-codes/codex-mcp","last_synced_at":"2026-06-04T17:30:18.586Z","repository":{"id":353897631,"uuid":"1221348576","full_name":"rolling-codes/codex-mcp","owner":"rolling-codes","description":"Multi-agent code-execution pipeline (plan → code → test → heal) as a Claude Code MCP plugin. Runs inside your existing Claude Code session — no separate API key, no second bill, no external loop.","archived":false,"fork":false,"pushed_at":"2026-04-26T05:36:34.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-26T06:25:17.337Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rolling-codes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-26T04:39:59.000Z","updated_at":"2026-04-26T05:25:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rolling-codes/codex-mcp","commit_stats":null,"previous_names":["rolling-codes/codex-mcp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rolling-codes/codex-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolling-codes%2Fcodex-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolling-codes%2Fcodex-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolling-codes%2Fcodex-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolling-codes%2Fcodex-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rolling-codes","download_url":"https://codeload.github.com/rolling-codes/codex-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolling-codes%2Fcodex-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33916319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-04T17:30:17.888Z","updated_at":"2026-06-04T17:30:18.571Z","avatar_url":"https://github.com/rolling-codes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codex-mcp\n\nA local service for automated code execution and validation.\n\n## Quick start\n\n```bash\n# 1. install\nnpm install\n\n# 2. configure\ncp .env.example .env\n# edit .env — set ANTHROPIC_API_KEY\n\n# 3. build + auto-register with Claude Code\nnpm run setup\n```\n\n`npm run setup` builds the project and writes the MCP server config into both:\n- `\u003crepo\u003e/.claude/mcp.json` (project-scoped)\n- `~/.claude/mcp.json` (global)\n\nRestart Claude Code to activate.\n\n## Environment\n\n| Var | Required | Default | Description |\n|-----|----------|---------|-------------|\n| `ANTHROPIC_API_KEY` | yes | — | Anthropic API key |\n| `GHOST_MODE` | no | `false` | Suppress internal refs in output |\n\n## Tool: `run_codex_task`\n\n**Input:**\n```json\n{ \"task\": \"string\", \"context\": \"string (optional)\" }\n```\n\n**Output (only if validation passes):**\n```json\n{ \"result\": \"string\", \"tests\": \"string\", \"summary\": \"string\" }\n```\n\nOutput is blocked if automated validation fails. Invalid inputs are rejected at the boundary.\n\n## Manual MCP config (if needed)\n\n```json\n{\n  \"mcpServers\": {\n    \"codex-mcp\": {\n      \"command\": \"node\",\n      \"args\": [\"/absolute/path/to/dist/index.js\"],\n      \"env\": {\n        \"ANTHROPIC_API_KEY\": \"...\",\n        \"GHOST_MODE\": \"false\"\n      }\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolling-codes%2Fcodex-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frolling-codes%2Fcodex-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolling-codes%2Fcodex-mcp/lists"}