OptiGate
by NinjaEde
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | API listen port. | 8100 |
| AUTH_MODE | No | Authentication mode. `dev` = header-based identity, no token required; `keycloak` = Keycloak JWT verification (default). | keycloak |
| CORS_ORIGIN | No | Comma-separated allowed CORS origins for the API. | all origins |
| DATABASE_URL | No | Postgres connection string. If unset, uses in-memory repository (data lost on restart). | |
| KEYCLOAK_URL | No | Keycloak issuer URL. | |
| KEYCLOAK_REALM | No | Keycloak realm name. | |
| APPROVAL_REQUIRED | No | Whether new servers start as `pending_approval` and require superadmin approval. | true |
| KEYCLOAK_AUDIENCE | No | Expected JWT audience. Defaults to realm value. | |
| SSRF_ALLOWED_HOSTS | No | Comma-separated allowed hosts/globs for outgoing MCP connections. Unset blocks only loopback/link-local. | |
| MAX_CONNS_PER_SERVER | No | Max simultaneous connections per upstream MCP server. | 20 |
| SECRET_ENCRYPTION_KEY | No | AES-256-GCM key for encrypting secrets at rest (min 32 chars). |
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 | |