Quickstart

The shortest path is clone or npx, initialize a local policy, run the HTTP MCP server, then create a ChatGPT Custom Connector.

Option A: npx from GitHub

npx github:harzva/chatgpt2localbridge init --root ~/Projects
set -a; source .env.local; set +a
npx github:harzva/chatgpt2localbridge --http 3838

Option B: clone and run

git clone https://github.com/harzva/chatgpt2localbridge.git
cd chatgpt2localbridge
npm install
npm run build
node dist/index.js init --root ~/Projects
set -a; source .env.local; set +a
node dist/index.js --http 3838

Health check

curl -sS http://127.0.0.1:3838/health

Local console

Open the local operator console to inspect status, tool calls, file-download events, and audit history.

http://127.0.0.1:3838/app