CloudForge MCP Server
Servidor MCP de CloudForge
Servidor MCP para CloudForge: permite a Claude y otros asistentes de IA visualizar diagramas de arquitectura en la nube, generar HCL de Terraform, importar IaC existente y gestionar sus recursos de infraestructura directamente desde el chat.
Herramientas
Visualización
Herramienta | Descripción |
| Obtener un diagrama guardado y renderizarlo como un diagrama de flujo Mermaid en línea |
| Resumen estructurado: recuento de recursos por categoría, componentes centrales, diagrama en línea |
| Convertir JSON de diagrama sin procesar a Mermaid sin obtenerlo del servidor |
Terraform
Herramienta | Descripción |
| Generar HCL de Terraform a partir de una descripción de arquitectura en lenguaje natural |
| Exportar HCL de Terraform desde un diagrama guardado existente en un solo paso |
| Analizar HCL existente → estructura de diagrama + vista previa de Mermaid |
Arquitecto de IA
Herramienta | Descripción |
| Pedir al Arquitecto de IA de CloudForge consejos sobre IaC, estimaciones de costes, revisiones de seguridad |
| Obtener recursos y conexiones recomendados por IA para un caso de uso descrito |
Gestión de diagramas
Herramienta | Descripción |
| Listar diagramas guardados con metadatos |
| Obtener diagramas accedidos/modificados recientemente |
| Obtener un diagrama por ID (JSON completo) |
| Guardar o actualizar un diagrama |
| Eliminar permanentemente un diagrama |
Organización
Herramienta | Descripción |
| Listar miembros de la organización (nombre, correo electrónico, rol, estado) |
| Enviar una invitación a la organización |
| Listar invitaciones pendientes |
| Cancelar una invitación pendiente |
| Eliminar a un miembro de la organización |
Related MCP server: Cloud Pilot MCP
Configuración
Claude Desktop (recomendado)
Añadir a su claude_desktop_config.json:
{
"mcpServers": {
"cloudforge": {
"command": "npx",
"args": ["-y", "cloudforge-mcp"],
"env": {
"CLOUDFORGE_TOKEN": "your-bearer-token"
}
}
}
}Claude Code / .mcp.json
{
"mcpServers": {
"cloudforge": {
"command": "npx",
"args": ["-y", "cloudforge-mcp"],
"env": {
"CLOUDFORGE_TOKEN": "your-bearer-token"
}
}
}
}Autenticación
Inicie sesión en cloudforge.cloud
Vaya a Account → API Keys
Haga clic en Generate API Key, asígnele un nombre (p. ej.,
CloudForge MCP) y copie la clave; comienza concf_live_y solo se muestra una vezEstablézcala como
CLOUDFORGE_TOKENen su configuración de MCP
La clave es de larga duración y puede revocarse desde la misma página en cualquier momento.
Variables de entorno
Variable | Predeterminado | Descripción |
| (obligatorio) | Clave de API de CloudForge: debe comenzar con |
|
| URL base de la API: solo cambie si realiza el alojamiento propio |
Ejemplos de prompts
Show me my recent diagramsRender diagram <id> as a Mermaid chartGenerate Terraform for a 3-tier Azure web app with a private SQL database in UK SouthImport this Terraform and show me a diagram: <paste HCL>What are the security best practices for the resources in diagram <id>?Invite john@example.com as a Member to my organisationAlojamiento propio
Si ejecuta CloudForge en sus propias instalaciones, apunte el servidor a su propia API:
"env": {
"CLOUDFORGE_API_URL": "https://your-cloudforge-host/api",
"CLOUDFORGE_TOKEN": "your-token"
}Licencia
MIT © CloudForge
Maintenance
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
- AlicenseCqualityDmaintenanceEnables AI assistants to manage multi-cloud resources (AWS, Azure, GCP) including resource operations, cost analysis, monitoring metrics, and security compliance checks through natural language commands.Last updated26142MIT
- Alicense-qualityBmaintenanceProvides AI agents with natural language control over AWS, Azure, GCP, and Alibaba Cloud infrastructure through dynamic API discovery and execution. Supports 51,900+ cloud operations and includes OpenTofu integration for complete infrastructure lifecycle management.Last updated3MIT
- AlicenseAqualityCmaintenanceAI-powered cloud architecture - describe infrastructure in natural language, get Terraform, cost estimates, and compliance reportsLast updated1932MIT
- Alicense-qualityDmaintenanceEnables AI assistants to perform DevOps tasks including Kubernetes management, cloud provider operations, CI/CD, security scanning, and infrastructure monitoring through natural language.Last updatedMIT
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Compare, estimate, and deploy cloud infrastructure across AWS, GCP, and Azure for AI agents.
Generate cloud architecture diagrams, flowcharts, and sequence diagrams.
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/cloudforgetech6-ctrl/mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server