Document ChatGPT Desktop configuration via ngrok tunnel#882
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds dedicated documentation for connecting ChatGPT Desktop to local ToolHive-managed MCP servers by exposing them over HTTPS via thv proxy tunnel (ngrok), and updates the client compatibility table to link to this new section.
Changes:
- Updates the ChatGPT Desktop row in the supported-clients table to link to a new dedicated section.
- Adds a “ChatGPT Desktop configuration” section describing ngrok tunneling via
thv proxy tunnel, including prerequisites, an example, and connector setup steps.
30f9fc5 to
6a9ce78
Compare
6a9ce78 to
a914029
Compare
amirejaz
reviewed
May 19, 2026
Add a warning admonition spelling out the three security concerns raised in review: unauthenticated tunnel, credential exposure for auth-backed servers, and shared-tunnel risk in workspace connectors. Point readers to vMCP for shared or credentialed setups.
Collaborator
Author
|
Thanks for flagging those security concerns @amirejaz, I've addressed all three in a warning block and pointed readers towards vMCP for a proper multi-tenant and authenticated approach. |
amirejaz
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a ChatGPT Desktop section to the client compatibility guide. ChatGPT Desktop only accepts MCP servers over HTTPS (no command-based config like Claude Desktop), so the new section documents exposing a local ToolHive workload via
thv proxy tunnelwith ngrok, including a worked example and the connector setup steps.The existing ChatGPT Desktop row in the compatibility table now links to this dedicated section instead of the generic STDIO-only configuration.
While here, also simplifies the existing STDIO-only workaround (for Claude Desktop):
--transport ssefrom both example commands. SSE is deprecated, and the workarounds work with whatever transport the server runs by default.thv proxy tunnelexample fromosvtoosv-tunnelso the two arguments are visibly distinct.Type of change
Submitter checklist