ContextForge
by jetwind
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address | 0.0.0.0 |
| REQUIRE_JTI | No | Require JTI claim in tokens for revocation support | true |
| DATABASE_URL | No | SQLAlchemy connection URL | sqlite:///./mcp.db |
| JWT_SECRET_KEY | Yes | HMAC secret for signing JWTs (32+ chars) | |
| SECURE_COOKIES | No | Set false for HTTP (non-HTTPS) dev | false |
| BASIC_AUTH_USER | No | Username for HTTP Basic auth | admin |
| UAID_FORWARD_AUTH | No | Forward user authentication across gateways | |
| BASIC_AUTH_PASSWORD | Yes | Password for HTTP Basic auth | |
| PLATFORM_ADMIN_EMAIL | No | Email for bootstrap admin user | admin@example.com |
| UAID_ALLOWED_DOMAINS | No | Cross-gateway UAID routing allowed domains | |
| MCPGATEWAY_UI_ENABLED | No | Enable Admin UI dashboard | true |
| SSRF_ALLOWED_NETWORKS | No | Allowed networks for SSRF | |
| AUTH_ENCRYPTION_SECRET | Yes | Passphrase for encrypting stored credentials | |
| CONTENT_MAX_PROMPT_SIZE | No | Maximum prompt template size (bytes) | 10240 |
| PLATFORM_ADMIN_PASSWORD | Yes | Password for bootstrap admin user | |
| PLATFORM_ADMIN_FULL_NAME | No | Display name for bootstrap admin | Admin User |
| REQUIRE_TOKEN_EXPIRATION | No | Require exp claim in tokens | true |
| CONTENT_MAX_RESOURCE_SIZE | No | Maximum resource content size (bytes) | 102400 |
| PUBLIC_REGISTRATION_ENABLED | No | Allow public user self-registration | false |
| SSRF_ALLOW_PRIVATE_NETWORKS | No | Allow SSRF to private networks | false |
| MCPGATEWAY_ADMIN_API_ENABLED | No | Enable Admin API endpoints | true |
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
ActivitySlowing
ResponsivenessNo issues