Skip to content
Claude Code

formio uag for Claude Code

io.form/formio-uag

The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.

client:Claude Code transport:stdio runtime:npm

Install formio uag in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add formio-uag -e PROJECT=<PROJECT> -e PROJECT_KEY=<PROJECT_KEY> -e ADMIN_KEY=<ADMIN_KEY> -e UAG_LICENSE=<UAG_LICENSE> -e JWT_SECRET=<JWT_SECRET> -e PORT=<PORT> -e PROJECT_TTL=<PROJECT_TTL> -e JWT_EXPIRE_TIME=<JWT_EXPIRE_TIME> -e PORTAL_SECRET=<PORTAL_SECRET> -e MONGO=<MONGO> -e MONGO_CONFIG=<MONGO_CONFIG> -e BASE_URL=<BASE_URL> -e LOGIN_FORM=<LOGIN_FORM> -e CORS=<CORS> -e DEBUG=<DEBUG> -- npx -y @formio/uag

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

formio uag in other clients