mcp-gateway-worker
by jamalla
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_MODE | No | Authentication mode, e.g., 'static-token'. | |
| ENVIRONMENT | No | Deployment environment (e.g., 'production', 'development'). | |
| DOMAIN_A_URL | No | URL of domain A upstream. | |
| DOMAIN_B_URL | No | URL of domain B upstream. | |
| ALLOWED_ORIGINS | No | Comma-separated list of allowed origins for CORS. | |
| CLIENT_AUTH_TOKEN | No | Token used by clients to authenticate to the gateway. | |
| UPSTREAM_TIMEOUT_MS | No | Timeout for upstream requests in milliseconds. | |
| DOMAIN_SHARED_SECRET | Yes | Secret shared between gateway and domain workers. | |
| CLIENT_ALLOWED_SCOPES | No | Allowed scopes for client tokens. | |
| REQUEST_BODY_MAX_BYTES | No | Maximum request body size in bytes. | |
| TOOL_ARGUMENT_MAX_BYTES | No | Maximum size of a tool argument in bytes. |
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
- 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/jamalla/mcp-gateway-worker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server