Loading MCP server directory, please wait...
The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.
npx @getmcp/cli add io.form/uagRequires Node.js 18+. Community-contributed server. Review source before installing.
PROJECTAPI endpoint to Enterprise project or OSS server
JWT_SECRETSecret used to generate and validate JWT tokens
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.form/uag": {
"command": "npx",
"args": [
"-y",
"@formio/uag"
],
"env": {
"PROJECT": "",
"PROJECT_KEY": "",
"ADMIN_KEY": "",
"UAG_LICENSE": "",
"JWT_SECRET": "",
"PORT": "",
"PROJECT_TTL": "",
"JWT_EXPIRE_TIME": "",
"PORTAL_SECRET": "",
"MONGO": "",
"MONGO_CONFIG": "",
"BASE_URL": "",
"LOGIN_FORM": "",
"CORS": "",
"DEBUG": ""
}
}
}
}