Konshus

A guide · ~6 min read

ChatGPT Developer mode, explained

Developer mode turns ChatGPT into a full Model Context Protocol client. It can connect to any remote MCP server you point it at and call both read and write tools. It is the most powerful setting in ChatGPT, and the one OpenAI attaches the loudest warning to.

What it unlocks

  • Any remote MCP server. Not a curated list. Any URL, including one you wrote this afternoon.
  • Write actions. Create, update, delete — not just read. This is the real jump.
  • Tool-level control. Each app has a details page where you can toggle individual tools on and off.
  • Visible payloads. You can expand any tool call and read the exact JSON going in and coming back. Genuinely useful for debugging.
  • SSE and streaming HTTP. Plus OAuth, no-auth, and mixed authentication.

How to enable it

  1. Open ChatGPT on the web. There is no mobile equivalent.
  2. Go to Settings → Security and login.
  3. Turn on Developer mode.
  4. The apps and connectors page will now offer developer-mode apps from the plus button.

Not seeing it? Check the plan — OpenAI lists Pro, Plus, Business, Enterprise and Education — and check whether you are in a managed workspace where an admin has switched it off.

The risks, stated plainly

OpenAI names three, and none of them are theoretical:

  • Prompt injection. Content the model reads can contain text designed to look like instructions. A web page or a document can try to talk your assistant into doing something you did not ask for.
  • Model mistakes on writes. The model can call the right tool with the wrong arguments. On a delete operation that is not recoverable.
  • Malicious MCP servers. A server you connect can attempt to extract information from the conversation. There is no review process standing between you and an arbitrary URL.

Practical posture: connect servers you can identify the operator of, prefer read-only tokens where a server offers them, leave write confirmation on, and actually read the payload before approving.

Short answer

Developer mode is a toggle in Settings → Security and login that lets ChatGPT connect to any MCP server and take real actions. Worth enabling if you have something specific to connect. Not worth leaving on with servers you cannot vouch for.

Related reading: adding your first MCP connector, ChatGPT MCP explained, and MCP servers worth connecting.

Frequently Asked Questions

Now you have Developer mode. Connect something worth connecting.

Konshus is a memory vault you own — read-only tokens available, one URL to paste, and it answers Claude too.

Meet Konshus