Uag
Rank #26,714io.form/formio-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,714 of 132,113 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Uag is listed on Official MCP, with 5 tracked versions. It was first listed on Jul 29, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 105,399 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 formio-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.formio-uag]
command = "npx"
args = ["-y", "@formio/uag"]
[mcp_servers.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 ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"formio-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": {
"formio-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": {
"formio-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": {
"formio-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": {
"formio-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%2Fformio-uag)<a href="https://mcptoplist.com/server/io.form%2Fformio-uag"><img src="https://mcptoplist.com/badge/io.form%2Fformio-uag.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
formio
Other servers by formio
View all formio servers →Available versions (5)
| Version | Published |
|---|---|
| 1.13.2 | Aug 5, 2026 |
| 1.13.1 | Jul 30, 2026 |
| 1.13.0 | Jul 30, 2026 |
| 1.12.4 | Jul 29, 2026 |
| 1.12.3 | Jul 29, 2026 |
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.
- How many versions does Uag have?
- MCP Toplist tracks 5 versions of Uag, most recently published on Aug 5, 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.