Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHARE_BASE_URLYesCanonical base URL of the deployment, e.g. https://share.example.com.
SHARE_API_TOKENYesBearer token publishing clients send to /api/*.
MCP_OAUTH_SECRETYesSigns every OAuth artefact. 32+ characters.
MCP_STATIC_TOKENNoBearer token for terminal clients that cannot run OAuth. Off when empty. 32+ characters.
MCP_OAUTH_CLIENTSNoJSON array of pre-registered clients (client_id, client_secret, client_name, redirect_uris) for hosts that take an id and secret instead of registering.
SHARE_DEFAULT_LANGNoLanguage stamped on folders the tools create. Default es.es
MCP_ALLOWED_ORIGINSNoBrowser origins allowed on /mcp. Default *: the endpoint has no ambient authority, every call carries a bearer token. A comma-separated list turns on strict Origin validation.*
SHARE_COOKIE_SECRETYesSigns unlock cookies. A distinct secret, never SHARE_API_TOKEN.
BLOB_READ_WRITE_TOKENYesComes from the connected Blob store.
MCP_STATIC_TOKEN_SCOPESNoScopes of the static token. Default files:read files:write, never delete.files:read files:write
MCP_LOGIN_PASSPHRASE_HASHYesscrypt hash of the passphrase that authorizes clients. Generate with npm run passphrase:hash.

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