Server data from the Official MCP Registry
Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.
About
Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.
Remote endpoints: streamable-http: https://api.cloudgate.dev/mcp/workflow
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"dev-cloudgate-workflow": {
"url": "https://api.cloudgate.dev/mcp/workflow"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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/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:
[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.
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.
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.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Netdata
Freeby Netdata · Developer Tools
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
