2.0 KiB
SHD MCP in ChatGPT
This file describes the user-side connection. The repository cannot create an app inside another person’s ChatGPT account and never stores OAuth tokens.
Custom app
-
Open ChatGPT settings and enable Developer mode for Apps/Connectors.
-
Create a custom app with this MCP endpoint:
https://shd.xyz.su/mcp -
Complete the SHD OAuth sign-in and consent screen.
-
Start a new chat or refresh the app connection.
-
Test with:
Покажи активные проекты с датой завершения и статусом.
The expected flow is:
- ChatGPT calls
shd_list_projectswitharchived: false. - ChatGPT may call
shd_render_projects_widgetwith the returned project array. - The widget renders the sorted register and can call
shd_get_projectfor a selected row.
The MCP tools remain usable without the widget. A failed OAuth connection is an account/endpoint configuration problem, not a missing token in this repo.
Public directory
Directory submission is a separate optional release step. It is needed for public discovery and reviewed installation, not for internal use or a custom app added manually in ChatGPT. Before submission, the owner must provide the production HTTPS endpoint, OAuth metadata, privacy/support URLs, accurate app metadata, test prompts and any review credentials requested by OpenAI.
Use the official submission guide and plugin guidelines.
License choice
This repository currently uses the proprietary SHD MCP Plugin License. Public visibility means the source can be viewed; it does not grant permission to redistribute, resell, modify or use it outside an authorized SHD account.
MIT would grant anyone permission to use, copy, modify, publish, sublicense and sell the plugin, including forks, while retaining only the copyright notice and license text. Switching to MIT is a product/legal decision and is not done implicitly by publishing the repository.