
코덱스 MCP 서버
Claude(및 기타 MCP 클라이언트)와 OpenAI의 Codex CLI를 연결하는 MCP 서버 래퍼로, 선호하는 AI 코딩 환경에서 직접 GPT 기반 코드 생성, 분석, 리팩토링 및 실행을 활용할 수 있습니다.
개요
코덱스 MCP 서버는 OpenAI의 공식 Codex CLI를 래핑하는 가벼운 오픈소스 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이는 MCP 클라이언트(Claude Desktop/Code, Cursor, Windsurf 등)가 고급 코딩 작업을 위해 Codex를 도구로 호출할 수 있도록 하는 다리 역할을 합니다.
이를 통해 Claude가 높은 수준의 추론과 전략을 처리하면서 강력한 코드 생성, 리팩토링, 분석 및 실행을 Codex의 GPT 기반 엔진에 위임하는 하이브리드 AI 워크플로우를 가능하게 합니다.
tuannvm 및 기타 커뮤니티 구성원이 유지 관리하는 인기 있는 커뮤니티 프로젝트입니다.

주요 기능
- OpenAI Codex CLI 기능과의 완전한 통합 -. Codex 명령어(explain, refactor, generate, analyze, exec 등)를 구조화된 MCP 도구로 노출
- 안전한 샌드박스 코드 실행 및 편집을 위한
codex exec지원 - 진행 상황 업데이트 및 구조화된 패치 출력 스트리밍
npx를 통한 간편한 단일 명령어 설치- 로컬 STDIO 및 구성 가능한 환경 모두에서 작동
- 크로스 플랫폼(macOS, Linux, Windows)
- 파일 수정을 위한 안전한 승인 플로우
설치 및 설정
빠른 시작(Claude Code용)
Tags
Related Entries
Keep exploring similar tools and resources in this category.

vercel eve
MCP ServersVercel Eve is an open-source, filesystem-first TypeScript framework for building durable AI agents on Vercel. It organizes agent capabilities as files for instructions, tools, skills, channels, schedules, subagents, and connections, including integrations with external MCP and OpenAPI tools.

viewmax mcp
MCP ServersViewMax MCP is a hosted Streamable HTTP MCP server for generating AI video, images, music, speech, and sound effects, with tools for model discovery, task polling, and credit checks. Official setup is documented for Claude Web/Desktop, Claude Code, Cursor, Codex, and SDK clients.

openaiDeveloperDocs
MCP ServersOpenAI Developer Docs MCP is an OpenAI-hosted, read-only server that lets MCP clients search and fetch documentation from developers.openai.com, platform.openai.com, and learn.chatgpt.com. It uses a public streamable HTTP endpoint and does not call the OpenAI API on the user's behalf.
DataForSEO MCP Server
MCP ServersDataForSEO MCP Server is the official Model Context Protocol server for connecting AI clients to DataForSEO SEO, SERP, keyword, backlink, on-page, business, domain, content, merchant, and AI optimization data. It can be used as a hosted Streamable HTTP endpoint, a local npx package, a Docker container, or a source-built TypeScript server.
GitHub Copilot Coding Agent
MCP ServersGitHub Copilot Coding Agent, now documented as Copilot cloud agent, is GitHub's asynchronous software development agent for researching repositories, planning changes, editing code on branches, and opening pull requests for review. It runs in a GitHub Actions-powered environment and can be started from GitHub, supported IDEs, GitHub CLI, the REST API, integrations, or the GitHub MCP Server.
Related Reads
Background, tutorials, and protocol context connected to this entry.



