The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.
npx @getmcp/cli add io.form/formio-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
BASE_URLThe URL clients reach the UAG at. Published in the .well-known OIDC (PKCE) definitions and used for authentication callbacks, so remote agents cannot authenticate without it. Must be a public URL when remote agents connect in; a private or localhost URL is fine for a local MCP client.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.form/formio-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": ""
}
}
}
}Ephemeral data sandbox for AI workflows with guardrails and security
Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
Rust MCP server and CLI for Arcane Docker and container management.
Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.