bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
io.form/formio-uag · v1.13.2
The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.
formio-uag 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"formio-uag": {
"command": "npx",
"args": [
"-y",
"@formio/uag"
],
"env": {
"PROJECT": "<PROJECT>",
"JWT_SECRET": "<JWT_SECRET>",
"BASE_URL": "<BASE_URL>"
}
}
}
}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必填The 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.
LOGIN_FORM可选Public URL to login form JSON endpoint
CORS可选CORS domain or JSON configuration (default: *)
DEBUG可选Debug logging filter (e.g. formio.*)
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "io.form/formio-uag",
"type": "mcp-server",
"version": "1.13.2",
"displayName": "formio-uag",
"description": "The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.",
"repository": {
"url": "https://github.com/formio/uag",
"source": "github"
},
"homepage": "https://form.io",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@formio/uag",
"version": "1.13.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": "The 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.",
"isRequired": true
},
{
"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",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.form/formio-uag",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.form%2Fformio-uag/versions/latest",
"isOfficial": true,
"status": "active"
}
}