formio uag for Cline
io.form/formio-uag
The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.
client:Cline
transport:stdio
runtime:npm
Install formio uag in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"formio-uag": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs