Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
hostNoHost to bind the MCP HTTP server to.127.0.0.1
portNoPort to bind the MCP HTTP server to.3456
authModeNoAuthentication mode: 'token' or 'none' (loopback only, not recommended).token
logLevelNoLogging level: debug, info, warn, error.info
authTokenNoStatic bearer token. If empty, falls back to authTokenEnv, then generated file.
tokenFileNoPath to the file where the generated token is persisted.$DSH_HOME/chatgpt-bridge.token
transportNoTransport mode: 'http' or 'stdio'.http
authTokenEnvNoEnvironment variable name that contains the bearer token.DSH_CHATGPT_BRIDGE_TOKEN
resultMaxCharsNoMaximum characters returned from dsh_get_result.8000
resultMaxItemsNoMaximum items returned from dsh_get_result.50
sessionMaxCharsNoMaximum characters per session summary in dsh_list_sessions.4000
sessionMaxItemsNoMaximum sessions listed in dsh_list_sessions.20
DSH_CHATGPT_BRIDGE_TOKENNoBearer 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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