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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/chatgpt-developer-mode-workflow-guide.md | A 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.text | A 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.text | A 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
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - 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
