From b8504cfaf8a0d517bf38d6fd51523f7f356a5297 Mon Sep 17 00:00:00 2001 From: Khanhz Date: Thu, 10 Sep 2026 14:20:45 +0700 Subject: [PATCH 1/2] Add Drop-to-run/drop2run-cli to Cloud Platforms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop2Run MCP server: publishes static output to a live HTTPS URL. Three tools — publish_files, publish_dir, list_sites. Published on npm as @drop2run/mcp, MIT, public repository, run by the user via npx. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b4acd70b..7ad15a36a 100644 --- a/README.md +++ b/README.md @@ -581,6 +581,7 @@ Cloud platform service integration. Enables management and interaction with clou - [cloudflare/mcp-server-cloudflare](https://github.com/cloudflare/mcp-server-cloudflare) 🎖️ 📇 ☁️ - Integration with Cloudflare services including Workers, KV, R2, and D1 - [davidlandais/ovh-api-mcp](https://github.com/davidlandais/ovh-api-mcp) [![ovh-api-mcp MCP server](https://glama.ai/mcp/servers/davidlandais/ovh-api-mcp/badges/score.svg)](https://glama.ai/mcp/servers/davidlandais/ovh-api-mcp) 🦀 ☁️ - Code Mode MCP server for the entire OVH API. Two tools (search + execute) give LLMs access to all OVH endpoints via sandboxed JavaScript, using ~1,000 tokens instead of thousands of tool definitions. - [cyclops-ui/mcp-cyclops](https://github.com/cyclops-ui/mcp-cyclops) 🎖️ 🏎️ ☁️ - An MCP server that allows AI agents to manage Kubernetes resources through Cyclops abstraction +- [Drop-to-run/drop2run-cli](https://github.com/Drop-to-run/drop2run-cli) 📇 ☁️ - Publish what an agent just wrote to a live HTTPS URL. Three tools: `publish_files` for pages written in the chat, `publish_dir` for a folder on disk, and `list_sites`. Static hosting on Cloudflare's edge, so no git, no build step and no repository. `npx -y @drop2run/mcp` - [elementfm/mcp](https://gitlab.com/elementfm/mcp) 🎖️ 🐍 📇 🏠 ☁️ - Open source podcast hosting platform - [elevy99927/devops-mcp-webui](https://github.com/elevy99927/devops-mcp-webui) 🐍 ☁️/🏠 - MCP Server for Kubernetes integrated with Open-WebUI, bridging the gap between DevOps and non-technical teams. Supports `kubectl` and `helm` operations through natural-language commands. - [erikhoward/adls-mcp-server](https://github.com/erikhoward/adls-mcp-server) 🐍 ☁️/🏠 - MCP Server for Azure Data Lake Storage. It can perform manage containers, read/write/upload/download operations on container files and manage file metadata. From 9ad7de65a7c3589f34d89060f95581355da4ef6a Mon Sep 17 00:00:00 2001 From: Khanhz Date: Thu, 10 Sep 2026 15:32:24 +0700 Subject: [PATCH 2/2] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ad15a36a..2776f12c0 100644 --- a/README.md +++ b/README.md @@ -581,7 +581,7 @@ Cloud platform service integration. Enables management and interaction with clou - [cloudflare/mcp-server-cloudflare](https://github.com/cloudflare/mcp-server-cloudflare) 🎖️ 📇 ☁️ - Integration with Cloudflare services including Workers, KV, R2, and D1 - [davidlandais/ovh-api-mcp](https://github.com/davidlandais/ovh-api-mcp) [![ovh-api-mcp MCP server](https://glama.ai/mcp/servers/davidlandais/ovh-api-mcp/badges/score.svg)](https://glama.ai/mcp/servers/davidlandais/ovh-api-mcp) 🦀 ☁️ - Code Mode MCP server for the entire OVH API. Two tools (search + execute) give LLMs access to all OVH endpoints via sandboxed JavaScript, using ~1,000 tokens instead of thousands of tool definitions. - [cyclops-ui/mcp-cyclops](https://github.com/cyclops-ui/mcp-cyclops) 🎖️ 🏎️ ☁️ - An MCP server that allows AI agents to manage Kubernetes resources through Cyclops abstraction -- [Drop-to-run/drop2run-cli](https://github.com/Drop-to-run/drop2run-cli) 📇 ☁️ - Publish what an agent just wrote to a live HTTPS URL. Three tools: `publish_files` for pages written in the chat, `publish_dir` for a folder on disk, and `list_sites`. Static hosting on Cloudflare's edge, so no git, no build step and no repository. `npx -y @drop2run/mcp` +- [Drop-to-run/drop2run-cli](https://github.com/Drop-to-run/drop2run-cli) [![Drop-to-run/drop2run-cli MCP server](https://glama.ai/mcp/servers/Drop-to-run/drop2run-cli/badges/score.svg)](https://glama.ai/mcp/servers/Drop-to-run/drop2run-cli) 📇 ☁️ - Publish what an agent just wrote to a live HTTPS URL. Three tools: `publish_files` for pages written in the chat, `publish_dir` for a folder on disk, and `list_sites`. Static hosting on Cloudflare's edge, so no git, no build step and no repository. `npx -y @drop2run/mcp` - [elementfm/mcp](https://gitlab.com/elementfm/mcp) 🎖️ 🐍 📇 🏠 ☁️ - Open source podcast hosting platform - [elevy99927/devops-mcp-webui](https://github.com/elevy99927/devops-mcp-webui) 🐍 ☁️/🏠 - MCP Server for Kubernetes integrated with Open-WebUI, bridging the gap between DevOps and non-technical teams. Supports `kubectl` and `helm` operations through natural-language commands. - [erikhoward/adls-mcp-server](https://github.com/erikhoward/adls-mcp-server) 🐍 ☁️/🏠 - MCP Server for Azure Data Lake Storage. It can perform manage containers, read/write/upload/download operations on container files and manage file metadata.