Skip to content
Cursor

cloudforge for Cursor

io.github.cloudforgetech6-ctrl/cloudforge

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

client:Cursor transport:stdio runtime:npm

Install cloudforge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cloudforge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cloudforge-mcp"
      ],
      "env": {
        "CLOUDFORGE_TOKEN": "<CLOUDFORGE_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cloudforge in other clients