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 |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jetwind/mcp-context-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server