Prompt Buddy logoPrompt Buddy

openai · OpenAI Platform Docs

ChatGPT Developer mode

Enabling and configuring ChatGPT Developer Mode to integrate Model Context Protocol (MCP) servers for read and write tool access.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

ChatGPT Developer mode

Enabling and configuring ChatGPT Developer Mode to integrate Model Context Protocol (MCP) servers for read and write tool access.

When To Use

Use when you need to connect ChatGPT to remote MCP servers via SSE or streaming HTTP to perform read and write operations through custom apps.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/chatgpt-developer-mode-workflow-guide.mdA guide explaining the ChatGPT developer mode beta feature and its Model Context Protocol client support for read and write tools.Questions about a guide explaining the ChatGPT developer mode beta feature and its Model Context Protocol client support for read and...
examples/chatgpt-developer-mode-prompt.textA text example demonstrating a user prompt that instructs ChatGPT to use specific tools for scheduling a meeting via a calendar function.Exact payloads, commands, or snippets shown in A text example demonstrating a user prompt that instructs ChatGPT to use specific tools for scheduling a meeting via...
examples/chatgpt-developer-mode-github-open-pull-request.textA text example demonstrating how to use the GitHub.open_pull_request tool within ChatGPT Developer mode to create a pull request.Exact payloads, commands, or snippets shown in A text example demonstrating how to use the GitHub.openpullrequest tool within ChatGPT Developer mode to create a pul...

What This Skill Covers

  • ChatGPT developer mode is a beta feature that provides full Model Context Protocol (MCP) client support for all tools, both read and write. It's powerful but...
  • Main sections: What is ChatGPT developer mode, How to use.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.openai.com/api/docs/guides/developer-mode.md