Skip to main content
Connect GetWhys to ChatGPT so drafts and research in OpenAI Chat can pull from your research interviews, personas, messaging frameworks, and brand voice. ChatGPT supports remote MCP servers through Developer Mode. You’ll need a ChatGPT plan that includes Developer Mode (Plus, Pro, Business, Enterprise, or Education on the web), and your workspace admin may need to allow Developer Mode for your account. Complete the shared steps in MCP Setup first.

1. Enable Developer Mode

  1. In ChatGPT, open Settings → Security and login
  2. Turn on Developer mode
If you don’t see the toggle, ask your ChatGPT workspace admin to allow Developer Mode.

2. Create a developer-mode app / connector

  1. Open Settings → Plugins (or go to chatgpt.com/plugins)
  2. Select the + button to create a new developer-mode app
  3. Fill in:
    • Name: GetWhys
    • Description: e.g. “Buyer validation: research interviews, personas, messaging frameworks, brand voice, and message testing.”
    • MCP server URL:
  1. Set authentication to OAuth (ChatGPT’s preferred method for secured MCP servers)
  2. Confirm you trust the application and click Create
  3. Complete the GetWhys sign-in / authorize flow when prompted
You’ll see GetWhys tools listed if the connection succeeds. In chat, enable the GetWhys app / Developer Mode tool when you want ChatGPT to call it.

Alternative: org-wide via token (query string)

If your ChatGPT connector UI doesn’t expose a custom auth header — same limitation as Claude.ai — you can embed an Organization MCP API Token in the server URL. Generate a token with a label like chatgpt, then create the connector with this URL instead of the bare endpoint:
Prefer OAuth when you can. Only use the query-string token if you need a shared org connection and your ChatGPT UI can’t set an Authorization header.

Verify

With the GetWhys connector enabled in the composer, ask the verify prompt: “Who am I in GetWhys?”

Troubleshooting

Developer Mode toggle is missing — confirm your plan supports it, and that a ChatGPT workspace admin has allowed Developer Mode for your account. Connector creates but tools don’t appear — open the app in Settings → Plugins, click Refresh, and confirm the MCP URL is exactly https://api.getwhys.io/mcp (or the query-string form if you’re using a token). Tool calls fail with an auth error — re-authorize via OAuth, or generate a fresh Organization MCP API Token and update the connector URL if you used the query-string method.