{
  "markdown": "# Cloudgate MCP\n\nBuild and manage **Cloudgate** workflow-APIs — controllers, actions, workflow graphs,\nand databases — from any MCP-compatible AI client, including **Claude**, **OpenAI Codex**,\nand others.\n\nCloudgate runs a hosted, remote MCP server at `api.cloudgate.dev`. It speaks the standard\nModel Context Protocol over streamable HTTP and authenticates each user with OAuth, so any\nclient that supports remote MCP servers can connect. This repo also packages the server as a\nready-to-install **Claude plugin** for convenience.\n\n- **MCP server URL:** `https://api.cloudgate.dev/mcp/workflow`\n- **Registry:** listed in the [official MCP Registry](https://registry.modelcontextprotocol.io) as `dev.cloudgate/workflow`\n\n## Connect\n\n### Claude (Cowork / Desktop / Web)\n\n1. Open **Customize → Plugins**.\n2. In **Personal plugins**, click **+ → Add marketplace**.\n3. Choose **Add from a repository** and enter this repo: `https://github.com/cloudgatedevs/mcp`\n4. Install **cloudgate-builder** from the marketplace.\n5. Start a chat and ask to list your Cloudgate controllers — you'll be sent to\n   `hub.cloudgate.dev` to sign in, then the tools become available.\n\n### Claude Code\n\n```bash\nclaude plugin marketplace add cloudgatedevs/mcp\nclaude plugin install cloudgate-builder@cloudgate-app-templates\n```\n\n### OpenAI Codex\n\nAdd the remote server to `~/.codex/config.toml` (OAuth remote servers use Codex's RMCP client):\n\n```toml\nexperimental_use_rmcp_client = true\n\n[mcp_servers.cloudgate]\nurl = \"https://api.cloudgate.dev/mcp/workflow\"\n```\n\nThen authenticate:\n\n```bash\ncodex mcp login cloudgate\n```\n\n### Other MCP clients\n\nAny client that supports **remote (streamable HTTP) MCP servers** can connect directly to\n`https://api.cloudgate.dev/mcp/workflow` and complete the OAuth sign-in.\n\nFor clients that only support **stdio** servers, bridge to the remote endpoint with\n[`mcp-remote`](https://www.npmjs.com/package/mcp-remote):\n\n```json\n{\n  \"mcpServers\": {\n    \"cloudgate\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://api.cloudgate.dev/mcp/workflow\"]\n    }\n  }\n}\n```\n\n## Authentication\n\nThe Cloudgate MCP server uses OAuth 2.1 (authorization code + PKCE). Each user signs in as\nthemselves; every MCP call is scoped to that user's tenant and account. No tokens or secrets\nare stored in this repository.\n\n## What's in this repo\n\nThe hosted server works on its own with any MCP client. This repo additionally ships the\n**cloudgate-builder** Claude plugin, which bundles the connection config plus a\n`cloudgate-build` skill — a playbook that guides the model through creating controllers,\nactions, workflow graphs, and databases correctly.\n\n```\n.claude-plugin/marketplace.json     # Claude marketplace manifest (lists the plugins)\nplugins/cloudgate-builder/          # the Claude plugin\n  .claude-plugin/plugin.json        # plugin manifest\n  .mcp.json                         # MCP server connection (native remote HTTP)\n  README.md                         # plugin readme\n  skills/cloudgate-build/SKILL.md   # the cloudgate-build skill\nserver.json                         # MCP Registry metadata (dev.cloudgate/workflow)\n```\n\n## License\n\n© Cloudgate Dev LLC.\n",
  "bytes": 3183,
  "sha": "fbffb40301ed625c31b0ca6499398266909aa315d8d2b8bc253f47d3662b4141",
  "repo_slug": "cloudgatedevs/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_dev_cloudgate_workflow_f7e5702e/readme"
}