# Show GN: Codex Discord Connector - Discord에서 로컬 Codex를 그대로 쓰는 커넥터

> Clean Markdown view of GeekNews topic #28945. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=28945](https://news.hada.io/topic?id=28945)
- GeekNews Markdown: [https://news.hada.io/topic/28945.md](https://news.hada.io/topic/28945.md)
- Type: show
- Author: [minsung0830](https://news.hada.io/@minsung0830)
- Published: 2026-04-27T15:56:11+09:00
- Updated: 2026-04-27T15:56:11+09:00
- Original source: [github.com/joungminsung](https://github.com/joungminsung/codex-discord-connector)
- Points: 1
- Comments: 0

## Topic Body

Codex를 쓰다 보니, 컴퓨터 앞에 없을 때도 Discord에서 기존 Codex 세션에 이어서 작업을 시키고 싶었습니다.  
  
그래서 만든 self-hosted 오픈소스 커넥터입니다.  
  
Codex Discord Connector는 private Discord 서버에서 로컬 컴퓨터의 Codex 세션을 다룰 수 있게 해줍니다. Discord 채널에서 Codex에게 요청을 보내고, 진행 상태를 보고, 파일 탐색이나 shell 명령도 실행할 수 있습니다.  
  
주요 기능:  
- Discord 채널에서 Codex 세션과 대화  
- 기존 Codex 세션을 Discord 채널로 동기화  
- Codex 진행 상태를 Discord에 실시간 표시  
- 로컬 파일 탐색 / shell 명령 실행  
- Git 상태 확인, 테스트 실행  
- npm 설치 및 cdc CLI 제공  
  
설치:  
npm install -g codex-discord-connector  
cdc install --direct  
cdc start --direct  
  
기본은 Direct mode입니다. Discord Bot이 제 컴퓨터에서 바로 실행되고, 별도 서버를 열지 않습니다.  
  
여러 컴퓨터를 붙이는 Hub mode도 넣어두긴 했지만 아직 테스트 중입니다. Control API와 Local Agent가 추가로 떠야 하고 보안 위험도 더 커서 기본 사용은 권장하지 않습니다.  
  
주의:  
이 도구는 연결된 로컬 컴퓨터에서 shell 명령을 실행할 수 있습니다. 공개 Discord 서버용은 아니고, 본인이 관리하는 private 서버와 신뢰하는 role allowlist 안에서만 쓰는 것을 전제로 만들었습니다.  
##### 공개 서버에서 사용할 수 있으나, 보안상 권장하지 않습니다.  
  
GitHub:  
https://github.com/joungminsung/codex-discord-connector  
  
npm:  
https://www.npmjs.com/package/codex-discord-connector  
  
### 설치 과정, 보안, UX 관련 피드백 및 오픈소스 기여 환영합니다!

## Comments



_No public comments on this page._
