RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.form/uag · v1.11.2
The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.
uag 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"uag": {
"command": "npx",
"args": [
"-y",
"@formio/uag"
],
"env": {
"PROJECT": "<PROJECT>",
"JWT_SECRET": "<JWT_SECRET>"
}
}
}
}PROJECT必填API endpoint to Enterprise project or OSS server
PROJECT_KEY可选secretProject API Key (Enterprise) or ADMIN_KEY (OSS)
ADMIN_KEY可选secretServer admin key for Community Edition. Not required for Enterprise deployment.
UAG_LICENSE可选secretLicense for Enterprise deployment. Not required for Community Edition.
JWT_SECRET必填secretSecret used to generate and validate JWT tokens
PORT可选Server port (default: 3200)
PROJECT_TTL可选Project cache refresh interval in seconds (default: 900)
JWT_EXPIRE_TIME可选JWT token expiration in seconds (default: 3600)
PORTAL_SECRET可选secretEnterprise Portal connection secret
MONGO可选secretDirect MongoDB connection URI (Enterprise)
MONGO_CONFIG可选MongoDB driver configuration (JSON)
BASE_URL可选Public URL that the UAG is hosted on
LOGIN_FORM可选Public URL to login form JSON endpoint
CORS可选CORS domain or JSON configuration (default: *)
DEBUG可选Debug logging filter (e.g. formio.*)
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.form/uag",
"type": "mcp-server",
"version": "1.11.2",
"displayName": "uag",
"description": "The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.",
"repository": {
"url": "https://github.com/formio/uag",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@formio/uag",
"version": "1.11.2",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "PROJECT",
"description": "API endpoint to Enterprise project or OSS server",
"isRequired": true
},
{
"name": "PROJECT_KEY",
"description": "Project API Key (Enterprise) or ADMIN_KEY (OSS)",
"isSecret": true
},
{
"name": "ADMIN_KEY",
"description": "Server admin key for Community Edition. Not required for Enterprise deployment.",
"isSecret": true
},
{
"name": "UAG_LICENSE",
"description": "License for Enterprise deployment. Not required for Community Edition. ",
"isSecret": true
},
{
"name": "JWT_SECRET",
"description": "Secret used to generate and validate JWT tokens",
"isRequired": true,
"isSecret": true
},
{
"name": "PORT",
"description": "Server port (default: 3200)"
},
{
"name": "PROJECT_TTL",
"description": "Project cache refresh interval in seconds (default: 900)"
},
{
"name": "JWT_EXPIRE_TIME",
"description": "JWT token expiration in seconds (default: 3600)"
},
{
"name": "PORTAL_SECRET",
"description": "Enterprise Portal connection secret",
"isSecret": true
},
{
"name": "MONGO",
"description": "Direct MongoDB connection URI (Enterprise)",
"isSecret": true
},
{
"name": "MONGO_CONFIG",
"description": "MongoDB driver configuration (JSON)"
},
{
"name": "BASE_URL",
"description": "Public URL that the UAG is hosted on"
},
{
"name": "LOGIN_FORM",
"description": "Public URL to login form JSON endpoint"
},
{
"name": "CORS",
"description": "CORS domain or JSON configuration (default: *)"
},
{
"name": "DEBUG",
"description": "Debug logging filter (e.g. formio.*)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.form/uag",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.form%2Fuag/versions/latest",
"isOfficial": true,
"status": "active"
}
}