Cloudforge — Terraform Visual Diagram & Iac Generator

by cloudforgetech6-ctrl

264 downloads
Not rated
GitHub

About

CloudForge MCP lets Claude visualise your cloud architecture diagrams, generate production-ready Terraform HCL from natural language, import existing IaC, and manage Azure, AWS, and GCP resources — all from chat.

Details

Author
cloudforgetech6-ctrl
Downloads
264
Categories
Cloud Service, Infrastructure

- Connects Claude to your cloud infrastructure workflow
- Generates Terraform code from natural language
- Visualizes cloud infrastructure as diagrams
- Imports existing Infrastructure as Code (IaC)
- Manages team collaboration from chat

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Cloudforge — Terraform Visual Diagram & Iac Generator
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Sign up at cloudforge.cloud, navigate to Account → API Keys → Generate API Key, copy the cf_live_... key, then add the following configuration to your Claude Desktop config file: set the command npx -y cloudforge-mcp and the environment variable CLOUDFORGE_TOKEN to your API key.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "cloudforge \u2014 terraform visual diagram & iac generator": {
            "cloudforge": {
                "command": "npx",
                "args": [
                    "-y",
                    "cloudforge-mcp"
                ],
                "env": {
                    "CLOUDFORGE_TOKEN": "<your-cf_live_-api-key>"
                }
            }
        }
    }
}

McpServers

{
    "cloudforge": {
        "command": "npx",
        "args": [
            "-y",
            "cloudforge-mcp"
        ],
        "env": {
            "CLOUDFORGE_TOKEN": "<your-cf_live_-api-key>"
        }
    }
}

What is CloudForge MCP?

CloudForge MCP connects Claude directly to your cloud infrastructure workflow. Generate Terraform, visualise diagrams, import existing IaC, and manage your team — all from a single chat.

Getting Started

1. Sign up at cloudforge.cloud 2. Go to Account → API Keys → click Generate API Key 3. Copy the cf_live_... key 4. Add to your Claude Desktop config: ```json { "mcpServers": { "cloudforge": { "command": "npx", "args": ["-y", "cloudforge-mcp"], "env": { "CLOUDFORGE_TOKEN": "cf_live_your-key-here" } } } }
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.