Cloudforge — Terraform Visual Diagram & Iac Generator
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Cloudforge — Terraform Visual Diagram & Iac GeneratorCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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 thecf_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"
}
}
}
}Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

