Cloudgate Workflow
БесплатноНе проверенBuild and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.
Описание
Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.
README
Build and manage Cloudgate workflow-APIs — controllers, actions, workflow graphs, and databases — from any MCP-compatible AI client, including Claude, OpenAI Codex, and others.
Cloudgate runs a hosted, remote MCP server at api.cloudgate.dev. It speaks the standard
Model Context Protocol over streamable HTTP and authenticates each user with OAuth, so any
client that supports remote MCP servers can connect. This repo also packages the server as a
ready-to-install Claude plugin for convenience.
- MCP server URL:
https://api.cloudgate.dev/mcp/workflow - Registry: listed in the official MCP Registry as
dev.cloudgate/workflow
Connect
Claude (Cowork / Desktop / Web)
- Open Customize → Plugins.
- In Personal plugins, click + → Add marketplace.
- Choose Add from a repository and enter this repo:
https://github.com/cloudgatedevs/mcp - Install cloudgate-builder from the marketplace.
- Start a chat and ask to list your Cloudgate controllers — you'll be sent to
hub.cloudgate.devto sign in, then the tools become available.
Claude Code
claude plugin marketplace add cloudgatedevs/mcp
claude plugin install cloudgate-builder@cloudgate-app-templates
OpenAI Codex
Add the remote server to ~/.codex/config.toml (OAuth remote servers use Codex's RMCP client):
experimental_use_rmcp_client = true
[mcp_servers.cloudgate]
url = "https://api.cloudgate.dev/mcp/workflow"
Then authenticate:
codex mcp login cloudgate
Other MCP clients
Any client that supports remote (streamable HTTP) MCP servers can connect directly to
https://api.cloudgate.dev/mcp/workflow and complete the OAuth sign-in.
For clients that only support stdio servers, bridge to the remote endpoint with mcp-remote:
{
"mcpServers": {
"cloudgate": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.cloudgate.dev/mcp/workflow"]
}
}
}
Authentication
The Cloudgate MCP server uses OAuth 2.1 (authorization code + PKCE). Each user signs in as themselves; every MCP call is scoped to that user's tenant and account. No tokens or secrets are stored in this repository.
What's in this repo
The hosted server works on its own with any MCP client. This repo additionally ships the
cloudgate-builder Claude plugin, which bundles the connection config plus a
cloudgate-build skill — a playbook that guides the model through creating controllers,
actions, workflow graphs, and databases correctly.
.claude-plugin/marketplace.json # Claude marketplace manifest (lists the plugins)
plugins/cloudgate-builder/ # the Claude plugin
.claude-plugin/plugin.json # plugin manifest
.mcp.json # MCP server connection (native remote HTTP)
README.md # plugin readme
skills/cloudgate-build/SKILL.md # the cloudgate-build skill
server.json # MCP Registry metadata (dev.cloudgate/workflow)
License
© Cloudgate Dev LLC.
Установка Cloudgate Workflow
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/cloudgatedevs/mcpFAQ
Cloudgate Workflow MCP бесплатный?
Да, Cloudgate Workflow MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cloudgate Workflow?
Нет, Cloudgate Workflow работает без API-ключей и переменных окружения.
Cloudgate Workflow — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Cloudgate Workflow в Claude Desktop, Claude Code или Cursor?
Открой Cloudgate Workflow на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Cloudgate Workflow with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
