From c2538841f1a6e1a8f08616685425b1a3e020ea9d Mon Sep 17 00:00:00 2001 From: Algis Dumbris Date: Tue, 9 Sep 2025 16:01:56 +0300 Subject: [PATCH 1/2] Add Gcore MCP server to catalog - Added Gcore MCP server entry in alphabetical order - Provides unified configuration for Gcore Cloud API interactions - Supports cloud resource management including instances, networks, and GPU clusters --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb7aedf42c..c8666a98a4 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ Official integrations are maintained by companies building production ready MCP - Fluid Attacks Logo **[Fluid Attacks](https://github.com/fluidattacks/mcp)** - Interact with the [Fluid Attacks](https://fluidattacks.com/) API, enabling vulnerability management, organization insights, and GraphQL query execution. - ForeverVM Logo **[ForeverVM](https://github.com/jamsocket/forevervm/tree/main/javascript/mcp-server)** - Run Python in a code sandbox. - GibsonAI Logo **[GibsonAI](https://github.com/GibsonAI/mcp)** - AI-Powered Cloud databases: Build, migrate, and deploy database instances with AI +- Gcore Logo **[Gcore](https://github.com/G-Core/gcore-mcp-server)** - Interact with Gcore Cloud API via LLM assistants, providing unified configuration for cloud resource management including instances, networks, and GPU clusters. - Gitea Logo **[Gitea](https://gitea.com/gitea/gitea-mcp)** - Interact with Gitea instances with MCP. - Gitee Logo **[Gitee](https://github.com/oschina/mcp-gitee)** - Gitee API integration, repository, issue, and pull request management, and more. - GitGuardian Logo **[GitGuardian](https://github.com/GitGuardian/gg-mcp)** - GitGuardian official MCP server - Scan projects using GitGuardian's industry-leading API, which features over 500 secret detectors to prevent credential leaks before they reach public repositories. Resolve security incidents directly with rich contextual data for rapid, automated remediation. From a54e97b37fe3c20f1ea7cb2d8bd4ba3266c35c45 Mon Sep 17 00:00:00 2001 From: Algis Dumbris Date: Tue, 9 Sep 2025 16:13:07 +0300 Subject: [PATCH 2/2] Update Gcore MCP server description - Expand description to include full range of Gcore platform services - Add CDN, GPU Cloud & AI Inference, Video Streaming, WAAP services - Change from "Cloud API" to "platform services" for accuracy - Maintain unified access approach and cloud resources mention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8666a98a4..690e053739 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Official integrations are maintained by companies building production ready MCP - Fluid Attacks Logo **[Fluid Attacks](https://github.com/fluidattacks/mcp)** - Interact with the [Fluid Attacks](https://fluidattacks.com/) API, enabling vulnerability management, organization insights, and GraphQL query execution. - ForeverVM Logo **[ForeverVM](https://github.com/jamsocket/forevervm/tree/main/javascript/mcp-server)** - Run Python in a code sandbox. - GibsonAI Logo **[GibsonAI](https://github.com/GibsonAI/mcp)** - AI-Powered Cloud databases: Build, migrate, and deploy database instances with AI -- Gcore Logo **[Gcore](https://github.com/G-Core/gcore-mcp-server)** - Interact with Gcore Cloud API via LLM assistants, providing unified configuration for cloud resource management including instances, networks, and GPU clusters. +- Gcore Logo **[Gcore](https://github.com/G-Core/gcore-mcp-server)** - Interact with Gcore platform services via LLM assistants, providing unified access to CDN, GPU Cloud & AI Inference, Video Streaming, WAAP, and cloud resources including instances and networks. - Gitea Logo **[Gitea](https://gitea.com/gitea/gitea-mcp)** - Interact with Gitea instances with MCP. - Gitee Logo **[Gitee](https://github.com/oschina/mcp-gitee)** - Gitee API integration, repository, issue, and pull request management, and more. - GitGuardian Logo **[GitGuardian](https://github.com/GitGuardian/gg-mcp)** - GitGuardian official MCP server - Scan projects using GitGuardian's industry-leading API, which features over 500 secret detectors to prevent credential leaks before they reach public repositories. Resolve security incidents directly with rich contextual data for rapid, automated remediation.