Uag
Rank #26,350io.form/uag
The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.
Uag is a Model Context Protocol (MCP) server published by formio. It ranks #26,350 of 132,113 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Uag is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Aug 21, 2025 and most recently updated on Mar 20, 2026.
Ranks ahead of 105,763 of 132,113 servers on MCP Toplist.
Use Uag
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add uag -e "PROJECT=<your PROJECT>" -e "PROJECT_KEY=<your PROJECT_KEY>" -e "ADMIN_KEY=<your ADMIN_KEY>" -e "UAG_LICENSE=<your UAG_LICENSE>" -e "JWT_SECRET=<your JWT_SECRET>" -e "PORT=<your PORT>" -e "PROJECT_TTL=<your PROJECT_TTL>" -e "JWT_EXPIRE_TIME=<your JWT_EXPIRE_TIME>" -e "PORTAL_SECRET=<your PORTAL_SECRET>" -e "MONGO=<your MONGO>" -e "MONGO_CONFIG=<your MONGO_CONFIG>" -e "BASE_URL=<your BASE_URL>" -e "LOGIN_FORM=<your LOGIN_FORM>" -e "CORS=<your CORS>" -e "DEBUG=<your DEBUG>" -- npx -y @formio/uagReplace each placeholder with your own value before saving.
[mcp_servers.uag]
command = "npx"
args = ["-y", "@formio/uag"]
[mcp_servers.uag.env]
PROJECT = "<your PROJECT>"
PROJECT_KEY = "<your PROJECT_KEY>"
ADMIN_KEY = "<your ADMIN_KEY>"
UAG_LICENSE = "<your UAG_LICENSE>"
JWT_SECRET = "<your JWT_SECRET>"
PORT = "<your PORT>"
PROJECT_TTL = "<your PROJECT_TTL>"
JWT_EXPIRE_TIME = "<your JWT_EXPIRE_TIME>"
PORTAL_SECRET = "<your PORTAL_SECRET>"
MONGO = "<your MONGO>"
MONGO_CONFIG = "<your MONGO_CONFIG>"
BASE_URL = "<your BASE_URL>"
LOGIN_FORM = "<your LOGIN_FORM>"
CORS = "<your CORS>"
DEBUG = "<your DEBUG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"uag": {
"command": "npx",
"args": [
"-y",
"@formio/uag"
],
"env": {
"PROJECT": "<your PROJECT>",
"PROJECT_KEY": "<your PROJECT_KEY>",
"ADMIN_KEY": "<your ADMIN_KEY>",
"UAG_LICENSE": "<your UAG_LICENSE>",
"JWT_SECRET": "<your JWT_SECRET>",
"PORT": "<your PORT>",
"PROJECT_TTL": "<your PROJECT_TTL>",
"JWT_EXPIRE_TIME": "<your JWT_EXPIRE_TIME>",
"PORTAL_SECRET": "<your PORTAL_SECRET>",
"MONGO": "<your MONGO>",
"MONGO_CONFIG": "<your MONGO_CONFIG>",
"BASE_URL": "<your BASE_URL>",
"LOGIN_FORM": "<your LOGIN_FORM>",
"CORS": "<your CORS>",
"DEBUG": "<your DEBUG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"uag": {
"command": "npx",
"args": [
"-y",
"@formio/uag"
],
"env": {
"PROJECT": "<your PROJECT>",
"PROJECT_KEY": "<your PROJECT_KEY>",
"ADMIN_KEY": "<your ADMIN_KEY>",
"UAG_LICENSE": "<your UAG_LICENSE>",
"JWT_SECRET": "<your JWT_SECRET>",
"PORT": "<your PORT>",
"PROJECT_TTL": "<your PROJECT_TTL>",
"JWT_EXPIRE_TIME": "<your JWT_EXPIRE_TIME>",
"PORTAL_SECRET": "<your PORTAL_SECRET>",
"MONGO": "<your MONGO>",
"MONGO_CONFIG": "<your MONGO_CONFIG>",
"BASE_URL": "<your BASE_URL>",
"LOGIN_FORM": "<your LOGIN_FORM>",
"CORS": "<your CORS>",
"DEBUG": "<your DEBUG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"uag": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@formio/uag"
],
"env": {
"PROJECT": "<your PROJECT>",
"PROJECT_KEY": "<your PROJECT_KEY>",
"ADMIN_KEY": "<your ADMIN_KEY>",
"UAG_LICENSE": "<your UAG_LICENSE>",
"JWT_SECRET": "<your JWT_SECRET>",
"PORT": "<your PORT>",
"PROJECT_TTL": "<your PROJECT_TTL>",
"JWT_EXPIRE_TIME": "<your JWT_EXPIRE_TIME>",
"PORTAL_SECRET": "<your PORTAL_SECRET>",
"MONGO": "<your MONGO>",
"MONGO_CONFIG": "<your MONGO_CONFIG>",
"BASE_URL": "<your BASE_URL>",
"LOGIN_FORM": "<your LOGIN_FORM>",
"CORS": "<your CORS>",
"DEBUG": "<your DEBUG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"uag": {
"command": "npx",
"args": [
"-y",
"@formio/uag"
],
"env": {
"PROJECT": "<your PROJECT>",
"PROJECT_KEY": "<your PROJECT_KEY>",
"ADMIN_KEY": "<your ADMIN_KEY>",
"UAG_LICENSE": "<your UAG_LICENSE>",
"JWT_SECRET": "<your JWT_SECRET>",
"PORT": "<your PORT>",
"PROJECT_TTL": "<your PROJECT_TTL>",
"JWT_EXPIRE_TIME": "<your JWT_EXPIRE_TIME>",
"PORTAL_SECRET": "<your PORTAL_SECRET>",
"MONGO": "<your MONGO>",
"MONGO_CONFIG": "<your MONGO_CONFIG>",
"BASE_URL": "<your BASE_URL>",
"LOGIN_FORM": "<your LOGIN_FORM>",
"CORS": "<your CORS>",
"DEBUG": "<your DEBUG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"uag": {
"command": "npx",
"args": [
"-y",
"@formio/uag"
],
"env": {
"PROJECT": "<your PROJECT>",
"PROJECT_KEY": "<your PROJECT_KEY>",
"ADMIN_KEY": "<your ADMIN_KEY>",
"UAG_LICENSE": "<your UAG_LICENSE>",
"JWT_SECRET": "<your JWT_SECRET>",
"PORT": "<your PORT>",
"PROJECT_TTL": "<your PROJECT_TTL>",
"JWT_EXPIRE_TIME": "<your JWT_EXPIRE_TIME>",
"PORTAL_SECRET": "<your PORTAL_SECRET>",
"MONGO": "<your MONGO>",
"MONGO_CONFIG": "<your MONGO_CONFIG>",
"BASE_URL": "<your BASE_URL>",
"LOGIN_FORM": "<your LOGIN_FORM>",
"CORS": "<your CORS>",
"DEBUG": "<your DEBUG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.form%2Fuag)<a href="https://mcptoplist.com/server/io.form%2Fuag"><img src="https://mcptoplist.com/badge/io.form%2Fuag.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
formio
Other servers by formio
View all formio servers →Available versions (3)
| Version | Published |
|---|---|
| 1.11.2 | Mar 20, 2026 |
| 1.11.1 | Mar 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Uag?
- Uag is maintained by formio, which publishes 4 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Uag listed on the Official MCP Registry?
- Yes — Uag is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Uag have?
- MCP Toplist tracks 3 versions of Uag, most recently published on Mar 20, 2026.
- Where can I find the source code for Uag?
- The source code for Uag is hosted at github.com/formio/uag.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.