Skip to main content
Glama
AndreSantos09

session-share

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDIS_URLYesRedis connection URL, e.g. redis://host.docker.internal:6379/0
AUTH_ISSUERNoExpected JWT issuer claim (iss).auth-service
AUTH_ENABLEDNoEnable JWT ES256 authentication. Set to 'false' only for local development.true
AUTH_AUDIENCENoExpected JWT audience claim (aud).session-share
AUTH_JWKS_URLNoURL to fetch public keys (JWKS) for JWT verification.
MCP_ALLOWED_HOSTSYesComma-separated list of allowed hosts for MCP DNS rebinding protection, e.g. localhost:8000,127.0.0.1:8000
AUTH_REVOCATIONS_URLNoURL to fetch revoked JWT IDs (jti) list.
PARTICIPANT_HASH_KEYNoSecret key for HMAC hashing participant identities; required when authentication is enabled.
AUTH_REVOCATIONS_TOKENNoToken/secret for accessing the revocations URL.
AUTH_FAIL_CLOSED_AFTER_SECONDSNoMaximum seconds to operate without syncing JWKS/revocations before refusing all requests.300

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