uag

formio/uag
★ 12 stars TypeScript AI/LLM Updated today
The Form.io Universal AI Agent Gateway (UAG) — an MCP server for agentic form automation with AI agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "uag": {
      "command": "npx",
      "args": [
        "-y",
        "formio/uag"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="./examples/images/logo-formio-uag.png" alt="The Form.io Universal Agent Gateway (UAG)" width="40%"> </p> The Universal Agent Gateway (UAG) leverages the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro) to enable in-process agentic automation using Form.io. It provides to an AI Agent the same thing that our [JavaScript Renderer](https://github.com/formio/formio.js) provides to a human; an interpretation of the Form JSON schema

Tools (1)

application

Topics

agent-gatewayai-agentsclaudedockerformioformsmcpmcp-servermodel-context-protocol