Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QUICK_SHELL_CONFIGNoOptional device metadata file.$HOME/.config/quick-shell/quick-shell.toml
QUICK_SHELL_AUDIT_LOGNoJSONL audit log path.stderr audit output
QUICK_SHELL_HTTP_PORTNoLocalhost HTTP MCP port for --http mode.
QUICK_SHELL_HTTP_TOKENNoRequired bearer token for --http mode.
QUICK_SHELL_SSH_CONFIGNoPrimary SSH config file. This file is required.$HOME/.ssh/config
QUICK_SHELL_BRIDGE_HOSTNoTerminal bridge bind host.127.0.0.1
QUICK_SHELL_BRIDGE_PORTNoTerminal bridge bind port. 0 asks the OS for a free port.0
QUICK_SHELL_SFTP_HELPERNoPath to SFTP helper binary.dist/bin/quick-shell-sftp
QUICK_SHELL_MAX_SESSIONSNoMaximum live sessions in one server process.4
QUICK_SHELL_IDLE_GRACE_MSNoIdle lifetime before cleanup.300000
QUICK_SHELL_ALLOWED_ORIGINSNoComma-separated WebSocket Origin allowlist for /terminal.
QUICK_SHELL_MAX_INPUT_BYTESNoMaximum terminal input message size.16384
QUICK_SHELL_MAX_FILE_ENTRIESNoMaximum file entries in directory listing.1000
QUICK_SHELL_MAX_SUBMIT_BYTESNoMaximum user-approved output submission size.64000
QUICK_SHELL_BRIDGE_PUBLIC_URLNoPublic origin advertised to the MCP App.
QUICK_SHELL_MAX_DEVICE_LENGTHNoMaximum device alias length.128
QUICK_SHELL_MAX_REASON_LENGTHNoMaximum MCP API reason length.1000
QUICK_SHELL_MAX_SESSION_AGE_MSNoAbsolute session lifetime.1800000
QUICK_SHELL_MAX_TRANSFER_BYTESNoMaximum transfer bytes.536870912
QUICK_SHELL_CLEANUP_INTERVAL_MSNoSession cleanup interval.30000
QUICK_SHELL_MAX_FILE_PATH_BYTESNoMaximum file path bytes.4096
QUICK_SHELL_MAX_FILE_PATH_DEPTHNoMaximum file path depth.64
QUICK_SHELL_MAX_SCROLLBACK_BYTESNoBounded scrollback and app-only poll buffer size.128000
QUICK_SHELL_MAX_WS_PAYLOAD_BYTESNoMaximum bridge WebSocket payload size.16384
QUICK_SHELL_MAX_FILE_METADATA_BYTESNoMaximum file metadata bytes.524288
QUICK_SHELL_FILE_METADATA_TIMEOUT_MSNoFile metadata timeout.30000
QUICK_SHELL_FILE_SHUTDOWN_TIMEOUT_MSNoFile shutdown timeout.5000
QUICK_SHELL_MAX_FILE_COMPONENT_BYTESNoMaximum file component bytes.255
QUICK_SHELL_MAX_FILE_OPERATION_LEASESNoMaximum file operation leases.16
QUICK_SHELL_MAX_FILE_QUEUED_OPERATIONSNoMaximum file queued operations.8
QUICK_SHELL_FILE_OPERATION_LEASE_TTL_MSNoFile operation lease TTL.60000
QUICK_SHELL_MAX_EMBEDDED_DOWNLOAD_BYTESNoMaximum embedded download bytes.8388608
QUICK_SHELL_ALLOW_INSECURE_PUBLIC_BRIDGENoSet to 1 for local development if non-loopback public bridge URL must use HTTP.
QUICK_SHELL_MAX_SUGGESTED_COMMAND_LENGTHNoMaximum suggested command length.4000
QUICK_SHELL_FILE_TRANSFER_MAX_DURATION_MSNoFile transfer max duration.1800000
QUICK_SHELL_WS_BUFFERED_AMOUNT_LIMIT_BYTESNoBackpressure limit before closing a slow terminal client.1000000

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/dinglebear-ai/connexin'

If you have feedback or need assistance with the MCP directory API, please join our Discord server