Serversio.form/uag
U

io.form/uag

io.form/uag · v1.11.2
▦ npm
v1.11.2npm npm: @formio/uag↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.form/uag",
  "description": "The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.",
  "repository": {
    "url": "https://github.com/formio/uag",
    "source": "github"
  },
  "version": "1.11.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@formio/uag",
      "version": "1.11.2",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3200/mcp"
      },
      "environmentVariables": [
        {
          "description": "API endpoint to Enterprise project or OSS server",
          "isRequired": true,
          "format": "string",
          "name": "PROJECT"
        },
        {
          "description": "Project API Key (Enterprise) or ADMIN_KEY (OSS)",
          "format": "string",
          "isSecret": true,
          "name": "PROJECT_KEY"
        },
        {
          "description": "Server admin key for Community Edition. Not required for Enterprise deployment.",
          "format": "string",
          "isSecret": true,
          "name": "ADMIN_KEY"
        },
        {
          "description": "License for Enterprise deployment. Not required for Community Edition. ",
          "format": "string",
          "isSecret": true,
          "name": "UAG_LICENSE"
        },
        {
          "description": "Secret used to generate and validate JWT tokens",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "JWT_SECRET"
        },
        {
          "description": "Server port (default: 3200)",
          "format": "string",
          "name": "PORT"
        },
        {
          "description": "Project cache refresh interval in seconds (default: 900)",
          "format": "string",
          "name": "PROJECT_TTL"
        },
        {
          "description": "JWT token expiration in seconds (default: 3600)",
          "format": "string",
          "name": "JWT_EXPIRE_TIME"
        },
        {
          "description": "Enterprise Portal connection secret",
          "format": "string",
          "isSecret": true,
          "name": "PORTAL_SECRET"
        },
        {
          "description": "Direct MongoDB connection URI (Enterprise)",
          "format": "string",
          "isSecret": true,
          "name": "MONGO"
        },
        {
          "description": "MongoDB driver configuration (JSON)",
          "format": "string",
          "name": "MONGO_CONFIG"
        },
        {
          "description": "Public URL that the UAG is hosted on",
          "format": "string",
          "name": "BASE_URL"
        },
        {
          "description": "Public URL to login form JSON endpoint",
          "format": "string",
          "name": "LOGIN_FORM"
        },
        {
          "description": "CORS domain or JSON configuration (default: *)",
          "format": "string",
          "name": "CORS"
        },
        {
          "description": "Debug logging filter (e.g. formio.*)",
          "format": "string",
          "name": "DEBUG"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}