Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHTTP bind address0.0.0.0
MCP_PORTNoHTTP port3000
MCP_ENDPOINTNoStreamable HTTP MCP path/mcp
MCP_AUTH_TOKENNoOptional static Bearer token
MCP_PUBLIC_URLNoExternal HTTPS base URL excluding /mcp
MCP_DEFAULT_CWDNoBase directory for relative pathsserver startup directory
MCP_OAUTH_ISSUERNoOAuth issuer URLMCP_PUBLIC_URL
MCP_ALLOWED_HOSTSNoComma-separated list of allowed Host header hostnames
MCP_ALLOW_NO_AUTHNoAllow startup without authenticationfalse
MCP_DEFAULT_SHELLNoDefault shell for exec_command$SHELL or /bin/bash
MCP_MAX_PROCESSESNoMaximum number of retained process sessions128
MCP_OAUTH_ENABLEDNoEnable built-in OAuth 2.1/DCR for ChatGPTfalse
MCP_OAUTH_RESOURCENoMCP resource audience<MCP_PUBLIC_URL><MCP_ENDPOINT>
MCP_MAX_OUTPUT_BYTESNoMaximum output returned by one tool call1048576
MCP_MAX_REQUEST_BODYNoHTTP request body size limit8mb
MCP_OAUTH_STATE_FILENoStores registered clients and token hashesinside working directory
MCP_TRUST_PROXY_HOPSNoNumber of trusted reverse-proxy hops; keep 0 when directly exposed0
MCP_OAUTH_APPROVAL_KEYNoDedicated key for the OAuth connection approval pageMCP_AUTH_TOKEN
MCP_MAX_EDIT_FILE_BYTESNoMaximum file size for text replacement67108864
MCP_MAX_FILE_CHUNK_BYTESNoMaximum file chunk size; UTF-8 reads also stay within this limit1048576
MCP_PROCESS_RETENTION_MSNoRetention period for completed processes3600000
MCP_OAUTH_ACCESS_TOKEN_TTL_SECONDSNoOAuth access token lifetime3600
MCP_OAUTH_REFRESH_TOKEN_TTL_SECONDSNoOAuth refresh token lifetime2592000
MCP_MAX_RETAINED_PROCESS_OUTPUT_BYTESNoRetained output per managed process4194304
MCP_OAUTH_AUTHORIZATION_CODE_TTL_SECONDSNoOne-time authorization code lifetime300

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/jeong-jimin-github/mcpremote'

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