mcp-mgccli
Provides tools for listing and getting Kubernetes clusters, node pools, flavors, and versions on Magalu Cloud.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-mgccliList my virtual machines in northeast"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-mgccli
MCP server for read-only queries on Magalu Cloud via mgc CLI.
Exposes 7 MCP tools (one per product), covering list and get operations. All authentication is handled via API key — no credentials in the code.
Requirements
Related MCP server: cloud-chat-assistant
Installation
pip install -e /caminho/para/mcp-mgccliConfiguration
Copy the example file and fill in your API key:
cp .env.example .env.env:
MGC_API_KEY=sua-api-key-aqui
MGC_REGION=br-ne1 # opcional — br-ne1 ou br-se1
MGC_TIMEOUT=30 # opcional — timeout em segundos (default: 30)Integration with Claude Code
The server is started automatically via start-mcp.sh, which loads the .env. To register:
claude mcp add --scope user mgc /caminho/para/mcp-mgccli/start-mcp.shOr add it manually to ~/.claude.json:
{
"mcpServers": {
"mgc": {
"command": "/caminho/para/mcp-mgccli/start-mcp.sh"
}
}
}Integration with Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"mgc": {
"command": "/caminho/para/mcp-mgccli/start-mcp.sh"
}
}
}Available Tools
Tool | Resources |
| volumes, snapshots, volume-types, schedulers |
| instances, images, machine-types, snapshots |
| cluster, nodepool, flavor, version |
| instances, clusters, replicas, snapshots, engines, instance-types, parameter-groups |
| vpcs, security-groups, public-ips, ports, subnetpools, subnets¹, rules¹ |
| registries, repositories, images, proxy-caches |
| events, event-types |
¹ subnets and rules are sub-resources — they require parent_id for list:
subnets list:parent_id=<vpc-id>rules list:parent_id=<security-group-id>
Common Parameters
Parameter | Type | Description | |
| string | Resource to query (see table above) | |
|
|
| Operation |
| string | Resource ID (required for | |
| string |
| |
| string | Parent resource ID (only for |
Region Inference
Claude infers the region automatically from natural language:
Mention | Region |
"northeast", "ne", "NE1" |
|
"southeast", "se", "SE1" |
|
If the region is not mentioned and MGC_REGION is not set, Claude will ask before executing.
Usage Examples
"Liste minhas VMs no nordeste"
"Quais volumes existem no sudeste?"
"Mostre detalhes do cluster Kubernetes abc-123"
"Liste os security groups da região br-ne1"
"Quais subnets existem na VPC 7211a812-f159-4757-a6ba-c09933a5f6d8?"
"Liste as regras do security group bf8743af-f14b-4f31-917e-8e8160cff838"Development
# instalar em modo editável
pip install -e .
# rodar testes
python -m pytest tests/ -vMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables natural-language access to Oracle Cloud Infrastructure resources, allowing users to query compute instances, OKE clusters, networking, and Object Storage via MCP tools.MIT
- FlicenseNot gradedqualityCmaintenanceMulti-cloud MCP server that exposes cloud AI models as tools for AI CLI agents, supporting streaming, conversation history, parallel multi-model queries, and dynamic model discovery.2
- FlicenseNot gradedqualityDmaintenanceProvides 30+ read-only tools for querying Google Cloud Platform infrastructure, designed for AI assistants and Terraform workflows.
- AlicenseNot gradedqualityBmaintenanceWraps multiple cloud CLIs (AWS, GCP, Azure, OCI) into a unified command interface and exposes them as MCP tools for AI assistants.8MIT
Related MCP Connectors
Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Free OpenAI-compatible inference with signed provenance receipts and 3 focused MCP tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hedibertosilva/mcp-mgccli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server