CloudForge MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLOUDFORGE_TOKEN | Yes | Bearer token from your CloudForge account | |
| CLOUDFORGE_API_URL | No | API base URL — only change if self-hosting | https://cloudforge.cloud/api |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cloudforge_diagram_to_mermaidA | Fetch a saved CloudForge diagram and render it as a Mermaid flowchart. The diagram renders visually inside Claude — this is the best way to SHOW a diagram. Resources are grouped by category (Compute, Network, Storage…) with labelled connections. |
| cloudforge_mermaid_from_jsonA | Convert raw diagram JSON (nodes + edges) to a Mermaid flowchart without fetching from the server. Use this when you already have diagram data in memory. |
| cloudforge_architecture_summaryA | Fetch a saved CloudForge diagram and return a structured summary: resource count by category, most-connected components, cloud provider, and an inline Mermaid diagram. Ideal for quickly understanding an architecture. |
| cloudforge_export_terraform_from_diagramA | Fetch a saved CloudForge diagram and generate Terraform HCL for it in one step. Use when the user wants IaC code for an existing saved diagram. |
| cloudforge_generate_terraformA | Generate Terraform HCL from a natural-language architecture description. Returns ready-to-use .tf files for Azure, AWS, or GCP. |
| cloudforge_import_terraformA | Parse existing Terraform HCL and return a diagram structure plus an inline Mermaid preview. Use when the user has .tf files and wants to visualise or understand their infrastructure. |
| cloudforge_chatA | Send a message to the CloudForge AI Architect. Use for IaC advice, best practices, cost optimisation, security reviews, or any cloud infrastructure question. |
| cloudforge_suggest_resourcesB | Get AI-recommended cloud resources for a described use case. Returns resource IDs, labels, categories, and suggested connections. |
| cloudforge_list_diagramsA | List saved diagrams for the current user. Returns IDs, names, providers, and last-modified dates. |
| cloudforge_get_diagramA | Fetch a saved diagram by ID. Returns full JSON: nodes, edges, resource configurations. |
| cloudforge_save_diagramC | Save or update a diagram in CloudForge. |
| cloudforge_delete_diagramC | Permanently delete a saved diagram by its ID. |
| cloudforge_recent_diagramsA | Get recently accessed/modified diagrams (faster lookup than list_diagrams). |
| cloudforge_list_membersA | List all members of the current user's CloudForge organisation. Returns name, email, role, and status. |
| cloudforge_invite_memberC | Send an organisation invitation email via CloudForge. |
| cloudforge_list_invitationsB | List all pending organisation invitations (email, name, role, sent date, expiry). |
| cloudforge_cancel_invitationA | Cancel a pending organisation invitation by its ID. |
| cloudforge_remove_memberA | Remove a member from the organisation. Cannot remove the Owner. Pass the member's user ID from cloudforge_list_members. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cloudforgetech6-ctrl/mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server