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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessWithin a week