api-gateway-mcp
by novshi-tech
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVICES | Yes | JSON configuration of upstream services to be proxied. | |
| PUBLIC_URL | Yes | The public URL of the gateway (e.g. https://your-gateway.example.com). | |
| OIDC_ISSUER | Yes | The OIDC issuer URL (e.g. https://login.microsoftonline.com/<tenant-id>/v2.0 for Entra ID). | |
| SIGNING_KEY | Yes | A secret key used for signing gateway tokens. Generate with `openssl rand -base64 32`. | |
| ENCRYPTION_KEY | Yes | A secret key used for encrypting stored credentials. Generate with `openssl rand -base64 32`. | |
| OIDC_CLIENT_ID | Yes | The OIDC client ID of the registered application. | |
| ALLOWED_DOMAINS | No | Comma-separated list of allowed email domains for IdP login (required for Google Workspace). Optional for other providers. | |
| OIDC_CLIENT_SECRET | Yes | The OIDC client secret, set as a secret. |
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