formio uag for Cursor
io.form/formio-uag
The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.
client:Cursor
transport:stdio
runtime:npm
Install formio uag in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"formio-uag": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@formio/uag"
],
"env": {
"PROJECT": "<PROJECT>",
"PROJECT_KEY": "<PROJECT_KEY>",
"ADMIN_KEY": "<ADMIN_KEY>",
"UAG_LICENSE": "<UAG_LICENSE>",
"JWT_SECRET": "<JWT_SECRET>",
"PORT": "<PORT>",
"PROJECT_TTL": "<PROJECT_TTL>",
"JWT_EXPIRE_TIME": "<JWT_EXPIRE_TIME>",
"PORTAL_SECRET": "<PORTAL_SECRET>",
"MONGO": "<MONGO>",
"MONGO_CONFIG": "<MONGO_CONFIG>",
"BASE_URL": "<BASE_URL>",
"LOGIN_FORM": "<LOGIN_FORM>",
"CORS": "<CORS>",
"DEBUG": "<DEBUG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs