cloudforge for Zed
io.github.cloudforgetech6-ctrl/cloudforge
Visualise diagrams, generate Terraform HCL, and manage Azure/AWS/GCP infrastructure with AI.
client:Zed
transport:stdio
runtime:npm
Install cloudforge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cloudforge": {
"command": "npx",
"args": [
"-y",
"cloudforge-mcp"
],
"env": {
"CLOUDFORGE_TOKEN": "<CLOUDFORGE_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs