Skip to main content
Glama
formio

Universal Agent Gateway (UAG)

Official
by formio

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CORSNoThe CORS domain or JSON configuration for the 'cors' Node.js module. Example: *.*
PORTNoThe port you wish to run the server on. Default: 3200.3200
DEBUGNoVariable used to perform debug logs of server activity. Example: formio.*
MONGONoEnterprise only. Allows you to connect the UAG directly to a Mongo database rather than redirecting submissions to Form.io APIs.
PROJECTNoRequired. The API Endpoint to either an Enterprise project endpoint (e.g., https://mydeployment.com/myproject) or the OSS server URL (e.g., http://localhost:3000).
BASE_URLNoRequired. The URL that the UAG is reachable at by its clients. Published in the .well-known OIDC definitions and used for authentication callbacks.
ADMIN_KEYNoOpen Source only. Allows you to provide the ADMIN_KEY to install and connect to the OSS Server.
JWT_SECRETNoRequired. A secret used to generate and validate JWT tokens generated through the authentication process of the UAG.
LOGIN_FORMNoThe URL to the Login Form JSON endpoint, loaded by the /auth/authorize page. Only used by browser-based login flow. Example: http://localhost:3000/user/login
PROJECT_KEYNoEnterprise only. The API Key of the project this UAG is bound to, found in Project Settings → API Keys.
PROJECT_TTLNoThe project cache TTL in seconds. Controls the amount of time to check for any changes made to the project to refresh forms and resources. Default: 900.900
UAG_LICENSENoThe license to run the UAG against a Form.io Enterprise Deployment.
MONGO_CONFIGNoJSON configuration for the Node.js Mongo Driver.
PORTAL_SECRETNoEnterprise only. Allows you to connect to the UAG from the Form.io Enterprise Portal.
JWT_EXPIRE_TIMENoThe expiration for the JWT secret. Default: 3600.3600
NODE_TLS_REJECT_UNAUTHORIZEDNoStandard Node.js variable. Set to '0' when PROJECT is an HTTPS URL secured by a self-signed certificate.

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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/formio/uag'

If you have feedback or need assistance with the MCP directory API, please join our Discord server