- Gcore Cloud Mcp Server
Gcore Cloud Mcp Server
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 agoUpdated At
10 months agoAuthor Name
GcoreStar
-Language
-License
-Recommend Servers
View AllMemory
@modelcontextprotocol
a year ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago
Amap Maps
@amap
高德地图官方 MCP Server
a year ago
Filesystem
@modelcontextprotocol
2 months ago