Odel
mcp server

mcp server

Local
@cloudforgetech6-ctrlJavaScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcloudforge-mcpv1.1.0

Run

npx -y cloudforge-mcp

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "cloudforge-mcp"
      ]
    }
  }
}