dsh-chatgpt-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Host to bind the MCP HTTP server to. | 127.0.0.1 |
| port | No | Port to bind the MCP HTTP server to. | 3456 |
| authMode | No | Authentication mode: 'token' or 'none' (loopback only, not recommended). | token |
| logLevel | No | Logging level: debug, info, warn, error. | info |
| authToken | No | Static bearer token. If empty, falls back to authTokenEnv, then generated file. | |
| tokenFile | No | Path to the file where the generated token is persisted. | $DSH_HOME/chatgpt-bridge.token |
| transport | No | Transport mode: 'http' or 'stdio'. | http |
| authTokenEnv | No | Environment variable name that contains the bearer token. | DSH_CHATGPT_BRIDGE_TOKEN |
| resultMaxChars | No | Maximum characters returned from dsh_get_result. | 8000 |
| resultMaxItems | No | Maximum items returned from dsh_get_result. | 50 |
| sessionMaxChars | No | Maximum characters per session summary in dsh_list_sessions. | 4000 |
| sessionMaxItems | No | Maximum sessions listed in dsh_list_sessions. | 20 |
| DSH_CHATGPT_BRIDGE_TOKEN | No | Bearer token used to authenticate MCP requests. If not set, a token is generated and persisted to the token file. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jiezeng2004-design/dsh-chatgpt-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server