ruflo

๐Ÿค– ChatGPT

/docs/setup--configuration/chatgpt

Requires: ChatGPT Pro or Plus subscription with Developer Mode enabled

Setup:

  1. Go to Settings โ†’ Connectors โ†’ Advanced
  2. Enable Developer Mode (beta)
  3. 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