Gcore Cloud Mcp Server

Created By
Gcore10 months ago
Gcore MCP Server makes your AI assistant: Discover your tenant/project hierarchy, quotas, and permissions Invoke Gcore CLI/API methods on your behalf Return structured JSON results that the model can render as tables, charts, or plain text This makes it possible to “chat” with your cloud: ask for capacity checks, spin up instances, manage networks, or tear down stacks—all via natural-language prompts .
Overview

Gcore MCP Server is an open-source implementation of the Model Context Protocol (MCP) that sits between your LLM client (e.g., Claude, GPT-4 plugin) and the G-Core Cloud API. It exposes a unified set of “tools” representing cloud resources and operations, so your AI assistant can:

  • Discover your tenant/project hierarchy, quotas, and permissions
  • Invoke G-Core CLI/API methods on your behalf
  • Return structured JSON results that the model can render as tables, charts, or plain text

This makes it possible to “chat” with your cloud: ask for capacity checks, spin up instances, manage networks, or tear down stacks—all via natural-language prompts .

Server Config

{
  "mcpServers": {
    "gcore-mcp-server": {
      "command": "uvx",
      "args": [
        "--from",
        "gcore-mcp-server@git+https://github.com/G-Core/gcore-mcp-server.git",
        "gcore-mcp-server"
      ],
      "env": {
        "GCORE_API_KEY": "24590$.....234",
        "GCORE_TOOLS": "instances,management,cloud.gpu_baremetal_clusters.*"
      }
    }
  }
}
Project Info
Created At
10 months ago
Updated At
10 months ago
Author Name
Gcore
Star
-
Language
-
License
-
Category

Recommend Servers

View All