Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost/interface to listen on for HTTP mode. Defaults to loopback (127.0.0.1).127.0.0.1
MCP_PORTNoPort for HTTP mode. Default is 3000.3000
MCP_DB_PATHNoPath to the SQLite database file. Default is `data/tasks.db`.data/tasks.db
MCP_ALLOWED_HOSTSNoComma-separated list of allowed Host header hostnames (without scheme and port). Required when MCP_HOST is set to a non-loopback interface.
MCP_ALLOWED_ORIGINSNoComma-separated list of allowed Origin hostnames (without scheme and port). Required when MCP_HOST is set to a non-loopback interface.
MCP_AUTH_TOKENS_JSONNoJSON object mapping user IDs to Bearer tokens for HTTP authentication, e.g. `{"alice":"alice-token"}`. Required for Streamable HTTP mode.
REQUEST_STATE_SECRETNoSecret used to sign requestState in the delete confirmation flow. Must be at least 32 bytes. If not set, a temporary random key is generated (not suitable for multi-process deployments).

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