๐ค ChatGPT
/docs/setup--configuration/chatgpt
Requires: ChatGPT Pro or Plus subscription with Developer Mode enabled
Setup:
- Go to Settings โ Connectors โ Advanced
- Enable Developer Mode (beta)
- Add your MCP Server in the Connectors tab
Remote Server Setup:
For ChatGPT, you need a remote MCP server (not local stdio). Deploy ruflo to a server with HTTP transport:
bash# Start with HTTP transport npx ruflo@latest mcp start --transport http --port 3000
Then add the server URL in ChatGPT Connectors settings.
Sources: OpenAI MCP Docs, Docker MCP for ChatGPT