cloudforge for VS Code
io.github.cloudforgetech6-ctrl/cloudforge
Visualise diagrams, generate Terraform HCL, and manage Azure/AWS/GCP infrastructure with AI.
client:VS Code
transport:stdio
runtime:npm
Install cloudforge in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "cloudforge-token",
"description": "CLOUDFORGE_TOKEN",
"password": true
}
],
"servers": {
"cloudforge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cloudforge-mcp"
],
"env": {
"CLOUDFORGE_TOKEN": "${input:cloudforge-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs