Uag
Rank #3,631io.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 #3,631 of 95,682 servers tracked on MCP Toplist, and its repository has 12 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 92,051 of 95,682 servers on MCP Toplist.
Use Uag
Add Uag to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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 5% of 95,682" /></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 (8 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.