mcpbeat Sign in

Cloudforge MCP Server

by cloudforgetech6-ctrl Your server? Claim it
local only

Cloudforge runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 4 Aug 2026.

Visualise diagrams, generate Terraform HCL, and manage Azure/AWS/GCP infrastructure with AI.

Installs per day peak 23 · avg 8 · -42% w/w
a month agotoday
34
Installs / week
npm · cloudforge-mcp
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Cloudforge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cloudforge -- npx -y cloudforge-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cloudforge": {
      "args": [
        "-y",
        "cloudforge-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cloudforge]
command = "npx"
args = ["-y", "cloudforge-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cloudforge": {
      "args": [
        "-y",
        "cloudforge-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cloudforge": {
      "args": [
        "-y",
        "cloudforge-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLOUDFORGE_TOKEN (CloudForge API key — generate one at cloudforge.cloud/account under API Keys. Must start with cf_live_). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cloudforge

same job, measured the same way
I
Terraback
by bmoldo

Scan AWS/Azure/GCP and generate Terraform HCL with import blocks, deterministically, for AI agents.

71 installs/wk local only
TerraVision
by patrickchugh

Cloud architecture diagrams generated from terraform plan, with official AWS, Azure, GCP icons

1 430 installs/wk local only
AWS Builder
by evozim

AWS CloudFormation and Terraform infrastructure blueprint builder.

answering
Diagrams.so
by redhold

Generate and edit AWS, Azure, GCP and Kubernetes architecture diagrams as editable draw.io files.

132 installs/wk local only
DevOps Agent
by shittuay

Manage AWS, Azure, GCP, Kubernetes, CI/CD, Docker, Terraform and more. 727 tools.

34 installs/wk answering
Terraform
by hashicorp

Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise

local only
Massdriver
by massdriver

Manage the Massdriver infrastructure platform: projects, environments, deployments, and more.

local only
Datadog
by mcparmory

Monitor infrastructure, manage agents and deployments, track metrics, logs, and events

251 installs/wk local only

Cloudforge — questions

Answers built from our own checks of this server.

Why is there no uptime for Cloudforge?
Cloudforge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cloudforge-mcp was installed 34 times last week.
How do I connect Cloudforge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cloudforge-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cloudforge?
The npm package cloudforge-mcp was installed 34 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cloudforge open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.