Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SSENoSet to 'true' to stream over SSE instead of plain JSON replies. Default: 'false'false
HOSTNoBind address for the server.127.0.0.1
PATHNoMount path for MCP endpoint./mcp
PORTNoPort to listen on.8000
SKILLSNoSkill root directory. Repeat for several. Default: ./skills./skills
STATEFULNoSet to 'true' to keep session state. Needed for sampling/elicitation. Default: 'false'false
HOOKS_DIRNoGlobal pre.py / post.py applied to every skill.
STATE_DIRNoWritable per-skill state directory, exposed as SKILL_STATE_DIR. Default: ~/.skill-mcp/state~/.skill-mcp/state
ENABLE_TASKSNoSet to 'true' to allow background execution. Requires fastmcp[tasks]. Default: 'false'false
CONTEXT_SHARENoMax fraction of the context window one tool result may use. Default: 0.250.25
CONTEXT_TOKENSNoClient's context window size in tokens; sizes all output. Default: 128000128000
NO_NETWORK_ENVNoSet to 'true' to stop forwarding proxy/TLS vars to scripts. Default: 'false'false
SCRIPT_TIMEOUTNoHard ceiling per script in seconds. Default: 3030
REFRESH_INTERVALNoIndex refresh timer in seconds. 0 disables. Default: 55
SCRIPT_STALL_TIMEOUTNoKill a script silent for this many seconds. 0 disables. Default: 2020
MAX_SCRIPT_CONCURRENCYNoMaximum number of concurrent subprocesses. Default: 88

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/nohunt-bot/fastMCP-example'

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