From 1bc72952b33260517676ad39ef0804bf50e12f73 Mon Sep 17 00:00:00 2001 From: Prateek Singh Date: Wed, 9 Sep 2026 06:21:39 +0530 Subject: [PATCH 1/3] Add CloudEval MCP server to Cloud Platforms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b4acd70b..7b78f04ba 100644 --- a/README.md +++ b/README.md @@ -588,6 +588,7 @@ Cloud platform service integration. Enables management and interaction with clou - [flux159/mcp-server-kubernetes](https://github.com/Flux159/mcp-server-kubernetes) 📇 ☁️/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services. - [friendlygeorge/docker-mcp-server](https://github.com/friendlygeorge/docker-mcp-server) [![friendlygeorge/docker-mcp-server MCP server](https://glama.ai/mcp/servers/friendlygeorge/docker-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/friendlygeorge/docker-mcp-server) 📇 🏠 - Docker container management for AI agents — health checks, auto-restart, Compose lifecycle, and log streaming. 50+ tools for the agent operations loop. - [frndchagas/coolify-mcp](https://github.com/frndchagas/coolify-mcp) [![frndchagas/coolify-mcp MCP server](https://glama.ai/mcp/servers/frndchagas/coolify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/frndchagas/coolify-mcp) 📇 🏠 - Manage Coolify (self-hosted PaaS): deploy with verified builds, diagnose apps by name or domain, databases with backup schedules (8 engines), offline docs search, and human-confirmed destructive operations. 65 tools generated from the official OpenAPI spec. +- [ganakailabs/cloudeval-cli](https://github.com/ganakailabs/cloudeval-cli) 📇 ☁️ - Access CloudEval project context, architecture and cost reports from MCP clients. Includes a read-only toolset; requires CloudEval authentication. - [GeiserX/spinnaker-mcp](https://github.com/GeiserX/spinnaker-mcp) [![GeiserX/spinnaker-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/spinnaker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/spinnaker-mcp) 🏎️ ☁️ - A bridge that exposes any Spinnaker instance as an MCP server via the Gate API, enabling management of applications, pipelines, executions, and cloud infrastructure. - [hardik-id/azure-resource-graph-mcp-server](https://github.com/hardik-id/azure-resource-graph-mcp-server) 📇 ☁️/🏠 - A Model Context Protocol server for querying and analyzing Azure resources at scale using Azure Resource Graph, enabling AI assistants to explore and monitor Azure infrastructure. - [hashicorp/terraform-mcp-server](https://github.com/hashicorp/terraform-mcp-server) - 🎖️🏎️☁️ - The official Terraform MCP Server seamlessly integrates with the Terraform ecosystem, enabling provider discovery, module analysis, and direct Registry API integration for advanced Infrastructure as Code workflows. From e05eae5a71f999205e8661856f878b9f1cf3ed96 Mon Sep 17 00:00:00 2001 From: Prateek Singh Date: Wed, 9 Sep 2026 06:36:29 +0530 Subject: [PATCH 2/3] Align Cloudeval branding and documented review coverage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b78f04ba..1a3138fc0 100644 --- a/README.md +++ b/README.md @@ -588,7 +588,7 @@ Cloud platform service integration. Enables management and interaction with clou - [flux159/mcp-server-kubernetes](https://github.com/Flux159/mcp-server-kubernetes) 📇 ☁️/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services. - [friendlygeorge/docker-mcp-server](https://github.com/friendlygeorge/docker-mcp-server) [![friendlygeorge/docker-mcp-server MCP server](https://glama.ai/mcp/servers/friendlygeorge/docker-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/friendlygeorge/docker-mcp-server) 📇 🏠 - Docker container management for AI agents — health checks, auto-restart, Compose lifecycle, and log streaming. 50+ tools for the agent operations loop. - [frndchagas/coolify-mcp](https://github.com/frndchagas/coolify-mcp) [![frndchagas/coolify-mcp MCP server](https://glama.ai/mcp/servers/frndchagas/coolify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/frndchagas/coolify-mcp) 📇 🏠 - Manage Coolify (self-hosted PaaS): deploy with verified builds, diagnose apps by name or domain, databases with backup schedules (8 engines), offline docs search, and human-confirmed destructive operations. 65 tools generated from the official OpenAPI spec. -- [ganakailabs/cloudeval-cli](https://github.com/ganakailabs/cloudeval-cli) 📇 ☁️ - Access CloudEval project context, architecture and cost reports from MCP clients. Includes a read-only toolset; requires CloudEval authentication. +- [ganakailabs/cloudeval-cli](https://github.com/ganakailabs/cloudeval-cli) 📇 ☁️ - Access Cloudeval project context and reports for cloud evaluations and reviews. Supports Azure and static AWS CloudFormation evaluation (beta); includes a read-only toolset and requires authentication. - [GeiserX/spinnaker-mcp](https://github.com/GeiserX/spinnaker-mcp) [![GeiserX/spinnaker-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/spinnaker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/spinnaker-mcp) 🏎️ ☁️ - A bridge that exposes any Spinnaker instance as an MCP server via the Gate API, enabling management of applications, pipelines, executions, and cloud infrastructure. - [hardik-id/azure-resource-graph-mcp-server](https://github.com/hardik-id/azure-resource-graph-mcp-server) 📇 ☁️/🏠 - A Model Context Protocol server for querying and analyzing Azure resources at scale using Azure Resource Graph, enabling AI assistants to explore and monitor Azure infrastructure. - [hashicorp/terraform-mcp-server](https://github.com/hashicorp/terraform-mcp-server) - 🎖️🏎️☁️ - The official Terraform MCP Server seamlessly integrates with the Terraform ecosystem, enabling provider discovery, module analysis, and direct Registry API integration for advanced Infrastructure as Code workflows. From 7037e05cff322b4eb2684d6c1e9808f549f2b70a Mon Sep 17 00:00:00 2001 From: Prateek Singh Date: Thu, 10 Sep 2026 02:06:33 +0530 Subject: [PATCH 3/3] docs: add Cloudeval Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a3138fc0..68f1008ab 100644 --- a/README.md +++ b/README.md @@ -588,7 +588,7 @@ Cloud platform service integration. Enables management and interaction with clou - [flux159/mcp-server-kubernetes](https://github.com/Flux159/mcp-server-kubernetes) 📇 ☁️/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services. - [friendlygeorge/docker-mcp-server](https://github.com/friendlygeorge/docker-mcp-server) [![friendlygeorge/docker-mcp-server MCP server](https://glama.ai/mcp/servers/friendlygeorge/docker-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/friendlygeorge/docker-mcp-server) 📇 🏠 - Docker container management for AI agents — health checks, auto-restart, Compose lifecycle, and log streaming. 50+ tools for the agent operations loop. - [frndchagas/coolify-mcp](https://github.com/frndchagas/coolify-mcp) [![frndchagas/coolify-mcp MCP server](https://glama.ai/mcp/servers/frndchagas/coolify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/frndchagas/coolify-mcp) 📇 🏠 - Manage Coolify (self-hosted PaaS): deploy with verified builds, diagnose apps by name or domain, databases with backup schedules (8 engines), offline docs search, and human-confirmed destructive operations. 65 tools generated from the official OpenAPI spec. -- [ganakailabs/cloudeval-cli](https://github.com/ganakailabs/cloudeval-cli) 📇 ☁️ - Access Cloudeval project context and reports for cloud evaluations and reviews. Supports Azure and static AWS CloudFormation evaluation (beta); includes a read-only toolset and requires authentication. +- [ganakailabs/cloudeval-cli](https://github.com/ganakailabs/cloudeval-cli) 📇 ☁️ - Access Cloudeval project context and reports for cloud evaluations and reviews. Supports Azure and static AWS CloudFormation evaluation (beta); includes a read-only toolset and requires authentication. [![ganakailabs/cloudeval-cli MCP server](https://glama.ai/mcp/servers/ganakailabs/cloudeval-cli/badges/score.svg)](https://glama.ai/mcp/servers/ganakailabs/cloudeval-cli) - [GeiserX/spinnaker-mcp](https://github.com/GeiserX/spinnaker-mcp) [![GeiserX/spinnaker-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/spinnaker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/spinnaker-mcp) 🏎️ ☁️ - A bridge that exposes any Spinnaker instance as an MCP server via the Gate API, enabling management of applications, pipelines, executions, and cloud infrastructure. - [hardik-id/azure-resource-graph-mcp-server](https://github.com/hardik-id/azure-resource-graph-mcp-server) 📇 ☁️/🏠 - A Model Context Protocol server for querying and analyzing Azure resources at scale using Azure Resource Graph, enabling AI assistants to explore and monitor Azure infrastructure. - [hashicorp/terraform-mcp-server](https://github.com/hashicorp/terraform-mcp-server) - 🎖️🏎️☁️ - The official Terraform MCP Server seamlessly integrates with the Terraform ecosystem, enabling provider discovery, module analysis, and direct Registry API integration for advanced Infrastructure as Code workflows.