whzxc

ChatGPT Local Connector — Development skill for Claude Code

Development community

Connect ChatGPT to local coding agents—including Codex, Claude, Gemini, Cursor, and more—to explore projects, run coding tasks, and track progress via Secure MCP Tunnel or HTTPS MCP.

How to install ChatGPT Local Connector

This entry records only its repository, not the path inside it, so there is no exact command to give. Open whzxc/chatgpt-local-connector and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What ChatGPT Local Connector does

Connect ChatGPT to local coding agents—including Codex, Claude, Gemini, Cursor, and more—to explore projects, run coding tasks, and track progress via Secure MCP Tunnel or HTTPS MCP.

Alternatives in Development

README

ChatGPT Local Connector

**English** | [简体中文](README.zh-CN.md)

**Discuss an idea in ChatGPT. Let a coding agent on your computer do the work.**

CLC did not start as an attempt to give ChatGPT a bigger tool list. It grew out of a workflow problem I kept running into, and each stage solved the next problem that became obvious.

![Local Connector home screen showing ChatGPT, Connector, and Codex connected](docs/images/local-connector.png)

Why I built Local Connector

Stage 1 — Let Chat see what is true now

I use ChatGPT's Chat mode to think through a lot of work. The recurring problem was continuity: Chat could remember the conversation, but it could not see what had just changed on my computer. A project might already have moved on, an architecture decision might have changed, or Codex might have finished another round of work, while Chat was still reasoning from stale context. Manually pasting files, diffs, and status updates every time became its own burden.

The first version of CLC was therefore simple: expose local project facts to ChatGPT through MCP. Chat can read the current files, code, documentation, project structure, and Git state when it needs them. The goal was not to make Chat “remember more”; it was to let it check the source of truth directly.

Stage 2 — Turn the discussion into Codex work

Once Chat could see the machine, the next question was obvious: if it can read project files, why stop there? Could it also run commands, understand what I had recently been doing in Codex, and create or continue tasks for me?

CLC then connected MCP to the Codex App Server. ChatGPT can inspect local Codex work, create and continue tasks, interrupt them when needed, and follow their progress and results. That produced the workflow I actually wanted: discuss the problem in Chat using live project facts, turn the conclusion into a concrete Codex task, and keep following the task from the same conversation. As long as the machine is online, I can chec