MCP Gateway
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KLIP_ENV | Yes | The KLIP environment. Controls Hub pairing validation and source labeling. | |
| HUB_ISSUER | Yes | Issuer URL of the downstream Hub (OIDC provider). | |
| PUBLIC_URL | Yes | The public base URL of the gateway, e.g. http://localhost:8787. Used for OAuth redirect URIs and RFC 8707 audience. | |
| DATABASE_URL | Yes | PostgreSQL connection string for the gateway's own database (e.g. postgres://user:pass@host:port/db). | |
| HUB_CLIENT_ID | Yes | OAuth client ID for the gateway registered in the Hub. | |
| HUB_TOKEN_BODY | No | Token request body format. DWS Hub expects JSON; defaults to json with fallback to form. | json |
| KLIP_PAGE_SIZE | No | Page size for KLIP requests, clamped to the server's maxLimit. | |
| HUB_CLIENT_SECRET | No | Optional client secret. DWS Hub uses a public client, so this may be omitted. | |
| HUB_DISCOVERY_URL | Yes | OIDC discovery URL for the Hub (e.g. https://hub.example.com/api/sso/.well-known/openid-configuration). | |
| HUB_REQUIRED_GROUP | No | Optional group claim required for access. Not usable with DWS Hub as it does not issue groups. | |
| BREAK_GLASS_ENABLED | No | Set to 'false' to disable the break-glass local password account. Defaults to true. | 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
ActivityMaintained
ResponsivenessNo issues