session-share
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | Yes | Redis connection URL, e.g. redis://host.docker.internal:6379/0 | |
| AUTH_ISSUER | No | Expected JWT issuer claim (iss). | auth-service |
| AUTH_ENABLED | No | Enable JWT ES256 authentication. Set to 'false' only for local development. | true |
| AUTH_AUDIENCE | No | Expected JWT audience claim (aud). | session-share |
| AUTH_JWKS_URL | No | URL to fetch public keys (JWKS) for JWT verification. | |
| MCP_ALLOWED_HOSTS | Yes | Comma-separated list of allowed hosts for MCP DNS rebinding protection, e.g. localhost:8000,127.0.0.1:8000 | |
| AUTH_REVOCATIONS_URL | No | URL to fetch revoked JWT IDs (jti) list. | |
| PARTICIPANT_HASH_KEY | No | Secret key for HMAC hashing participant identities; required when authentication is enabled. | |
| AUTH_REVOCATIONS_TOKEN | No | Token/secret for accessing the revocations URL. | |
| AUTH_FAIL_CLOSED_AFTER_SECONDS | No | Maximum 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues