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
{
"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