.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
CONTROL_PLANE_API_KEY
secret
OpenAI Secure MCP Tunnel runtime key. Create this in OpenAI Platform with Tunnels Read + Use permissions.
TUNNEL_CLIENT_BIN
Path to the downloaded OpenAI tunnel-client binary.
TUNNEL_CLIENT_PROFILE
Local tunnel-client profile name. The example value is only a convention; create this profile locally or replace it.
GPT_REPO_CONFIG
Local MCP server settings.
PORT
GPT_REPO_LOG_FORMAT
brew install flyctl && fly launch --from https://github.com/cahn91/gpt-repo-mcp
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/cahn91/gpt-repo-mcp
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/cahn91/gpt-repo-mcp