Universal Agent Gateway (UAG)
Officialby formio
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CORS | No | The CORS domain or JSON configuration for the 'cors' Node.js module. Example: *.* | |
| PORT | No | The port you wish to run the server on. Default: 3200. | 3200 |
| DEBUG | No | Variable used to perform debug logs of server activity. Example: formio.* | |
| MONGO | No | Enterprise only. Allows you to connect the UAG directly to a Mongo database rather than redirecting submissions to Form.io APIs. | |
| PROJECT | No | Required. 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_URL | No | Required. The URL that the UAG is reachable at by its clients. Published in the .well-known OIDC definitions and used for authentication callbacks. | |
| ADMIN_KEY | No | Open Source only. Allows you to provide the ADMIN_KEY to install and connect to the OSS Server. | |
| JWT_SECRET | No | Required. A secret used to generate and validate JWT tokens generated through the authentication process of the UAG. | |
| LOGIN_FORM | No | The 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_KEY | No | Enterprise only. The API Key of the project this UAG is bound to, found in Project Settings → API Keys. | |
| PROJECT_TTL | No | The 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_LICENSE | No | The license to run the UAG against a Form.io Enterprise Deployment. | |
| MONGO_CONFIG | No | JSON configuration for the Node.js Mongo Driver. | |
| PORTAL_SECRET | No | Enterprise only. Allows you to connect to the UAG from the Form.io Enterprise Portal. | |
| JWT_EXPIRE_TIME | No | The expiration for the JWT secret. Default: 3600. | 3600 |
| NODE_TLS_REJECT_UNAUTHORIZED | No | Standard 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
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/formio/uag'
If you have feedback or need assistance with the MCP directory API, please join our Discord server