Cloudgate MCP
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cloudgate MCPlist my controllers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cloudgate MCP
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/workflowRegistry: 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/mcpInstall 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-templatesOpenAI Codex
Add the remote server to ~/.codex/config.toml:
[mcp_servers.cloudgate]
url = "https://api.cloudgate.dev/mcp/workflow"Then authenticate:
codex mcp login cloudgateOther 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.
The packaged plugin uses native HTTP and requires a client with remote MCP OAuth support.
It does not launch Node.js or mcp-remote. The previously unpinned bridge could update
independently of the plugin; version 0.10.0 drops the authorization callback issuer when
calling its SDK. Do not replace this configuration with an unpinned bridge command.
Related MCP server: aman-mcp
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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Give any MCP-compatible AI assistant a builder for live, hosted web tools and workflows.
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables the management of AI-powered VibeKit apps, allowing users to control deployments, monitor logs, and perform database operations directly from MCP-compatible clients. It facilitates interaction with hosted AI agents and the execution of headless coding tasks through natural language.4934 npmMIT
- AlicenseNot gradedqualityCmaintenanceExposes identity, tools, workflows, guardrails, and evaluation as MCP tools — so any AI agent can read and write your ecosystem programmatically.27 npmMIT

FlowDot MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceConnect any MCP-compatible AI client to the entire FlowDot platform, enabling management of workflows, recipes, custom nodes, apps, knowledge bases, agent toolkits, and community features.26 npm-- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to programmatically create, manage, and orchestrate n8n workflows through a standardized MCP interface.MIT